#AF720A

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

Shades of Dark Goldenrod #AF720A

Tints of Dark Goldenrod #AF720A

Color information

#AF720A (or 0xAF720A) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 72 and 0A. RGB value is (175,114,10). Sum of RGB (Red+Green+Blue) = 175+114+10=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF720A is #508DF5. Grayscale: #787878. Windows color (decimal): -5279222 or 684719. OLE color: 684719.

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

Color convert

RGB17511410-
CMYK00.350.940.31
HSL37.82º89.19%36.27%-
HSV(B)37.82º94.29%68.63%-
XYZ23.7521.173.12-
YUV120.3865.71166.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=58.53%
G=38.13%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751141000.350.940.3137.8289.1936.27
HexAF72A0235E1F265924
Octal25716212043136374613144
Binary101011111110010101001000111011110111111001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF720A; }

 p { color: rgb(175,114,10); }

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

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

 a { background-color: rgb(175,114,10); }

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

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

 span { border-color: rgb(175,114,10); }

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