#AF9006

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

Shades of Dark Goldenrod #AF9006

Tints of Dark Goldenrod #AF9006

Color information

#AF9006 (or 0xAF9006) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 90 and 06. RGB value is (175,144,6). Sum of RGB (Red+Green+Blue) = 175+144+6=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9006 is #506FF9. Grayscale: #8A8A8A. Windows color (decimal): -5271546 or 430255. OLE color: 430255.

HSL color Cylindrical-coordinate representation of color #AF9006: hue angle of 48.99º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF9006 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1751446-
CMYK00.180.970.31
HSL48.99º93.37%35.49%-
HSV(B)48.99º96.57%68.63%-
XYZ27.6929.074.32-
YUV137.5453.77154.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=53.85%
G=44.31%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175144600.180.970.3148.9993.3735.49
HexAF906012611F315d23
Octal2572206022141376113543
Binary10101111100100001100100101100001111111100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9006; }

 p { color: rgb(175,144,6); }

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

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

 a { background-color: rgb(175,144,6); }

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

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

 span { border-color: rgb(175,144,6); }

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