#AF8113

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

Shades of Dark Goldenrod #AF8113

Tints of Dark Goldenrod #AF8113

Color information

#AF8113 (or 0xAF8113) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 81 and 13. RGB value is (175,129,19). Sum of RGB (Red+Green+Blue) = 175+129+19=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8113 is #507EEC. Grayscale: #828282. Windows color (decimal): -5275373 or 1278383. OLE color: 1278383.

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

Color convert

RGB17512919-
CMYK00.260.890.31
HSL42.31º80.41%38.04%-
HSV(B)42.31º89.14%68.63%-
XYZ25.6524.864.06-
YUV130.2165.24159.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 19 (7.81% from 255) = 5.88%
R=54.18%
G=39.94%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751291900.260.890.3142.3180.4138.04
HexAF811301A591F2a5026
Octal25720123032131375212046
Binary1010111110000001100110110101011001111111010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8113; }

 p { color: rgb(175,129,19); }

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

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

 a { background-color: rgb(175,129,19); }

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

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

 span { border-color: rgb(175,129,19); }

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