#AF8707

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

Shades of Dark Goldenrod #AF8707

Tints of Dark Goldenrod #AF8707

Color information

#AF8707 (or 0xAF8707) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 87 and 07. RGB value is (175,135,7). Sum of RGB (Red+Green+Blue) = 175+135+7=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8707 is #5078F8. Grayscale: #848484. Windows color (decimal): -5273849 or 493487. OLE color: 493487.

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

Color convert

RGB1751357-
CMYK00.230.960.31
HSL45.71º92.31%35.69%-
HSV(B)45.71º96%68.63%-
XYZ26.3826.463.92-
YUV132.3757.25158.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 7 (3.12% from 255) = 2.21%
R=55.21%
G=42.59%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175135700.230.960.3145.7192.3135.69
HexAF877017601F2e5c24
Octal2572077027140375613444
Binary10101111100001111110101111100000111111011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8707; }

 p { color: rgb(175,135,7); }

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

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

 a { background-color: rgb(175,135,7); }

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

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

 span { border-color: rgb(175,135,7); }

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