#AFA800

Color #AFA800 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #AFA800

Tints of Citrus #AFA800

Color information

#AFA800 (or 0xAFA800) is unknown color: approx Citrus. HEX triplet: AF, A8 and 00. RGB value is (175,168,0). Sum of RGB (Red+Green+Blue) = 175+168+0=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA800 is #5057FF. Grayscale: #979797. Windows color (decimal): -5265408 or 43183. OLE color: 43183.

HSL color Cylindrical-coordinate representation of color #AFA800: hue angle of 57.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFA800 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751680-
CMYK00.0410.31
HSL57.6º100%34.31%-
HSV(B)57.6º100%68.63%-
XYZ31.6837.125.49-
YUV150.9442.82145.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.02%
G=48.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175168000.0410.3157.610034.31
HexAFA8004641F3a6422
Octal257250004144377214442
Binary1010111110101000001001100100111111110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA800; }

 p { color: rgb(175,168,0); }

 H1.HeaderClassName
 {
   color: #AFA800;
 }
 .AnyTagClassName
 {
   color: #AFA800;
 }
</style>
background-color css

<style>
 a { background-color: #AFA800; }

 a { background-color: rgb(175,168,0); }

 div.DivClassName
 {
   background-color: #AFA800;
 }
 .BgClassName
 {
   background-color: #AFA800;
 }
</style>
border-color css

<style>
 span { border-color: #AFA800; }

 span { border-color: rgb(175,168,0); }

 td.TdClassName
 {
   border-color: #AFA800;
 }
 .TagClassName
 {
   border-color: #AFA800;
 }
</style>