#AF8008

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

Shades of Dark Goldenrod #AF8008

Tints of Dark Goldenrod #AF8008

Color information

#AF8008 (or 0xAF8008) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 80 and 08. RGB value is (175,128,8). Sum of RGB (Red+Green+Blue) = 175+128+8=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8008 is #507FF7. Grayscale: #808080. Windows color (decimal): -5275640 or 557231. OLE color: 557231.

HSL color Cylindrical-coordinate representation of color #AF8008: hue angle of 43.11º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF8008 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1751288-
CMYK00.270.950.31
HSL43.11º91.26%35.88%-
HSV(B)43.11º95.43%68.63%-
XYZ25.4424.573.63-
YUV128.3760.07161.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=56.27%
G=41.16%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175128800.270.950.3143.1191.2635.88
HexAF80801B5F1F2b5b24
Octal25720010033137375313344
Binary101011111000000010000110111011111111111010111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8008; }

 p { color: rgb(175,128,8); }

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

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

 a { background-color: rgb(175,128,8); }

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

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

 span { border-color: rgb(175,128,8); }

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