#AF8216

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

Shades of Dark Goldenrod #AF8216

Tints of Dark Goldenrod #AF8216

Color information

#AF8216 (or 0xAF8216) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 82 and 16. RGB value is (175,130,22). Sum of RGB (Red+Green+Blue) = 175+130+22=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8216 is #507DE9. Grayscale: #838383. Windows color (decimal): -5275114 or 1475247. OLE color: 1475247.

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

Color convert

RGB17513022-
CMYK00.260.870.31
HSL42.35º77.66%38.63%-
HSV(B)42.35º87.43%68.63%-
XYZ25.8125.144.25-
YUV131.1466.41159.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=53.52%
G=39.76%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751302200.260.870.3142.3577.6638.63
HexAF821601A571F2a4e27
Octal25720226032127375211647
Binary1010111110000010101100110101010111111111010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8216; }

 p { color: rgb(175,130,22); }

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

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

 a { background-color: rgb(175,130,22); }

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

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

 span { border-color: rgb(175,130,22); }

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