#af8916

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

Shades of Dark Goldenrod #AF8916

Tints of Dark Goldenrod #AF8916

Color information

#AF8916 (or 0xAF8916) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 89 and 16. RGB value is (175,137,22). Sum of RGB (Red+Green+Blue) = 175+137+22=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8916 is #5076E9. Grayscale: #878787. Windows color (decimal): -5273322 or 1477039. OLE color: 1477039.

HSL color Cylindrical-coordinate representation of color #AF8916: hue angle of 45.1º 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 #AF8916 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB17513722-
CMYK00.220.870.31
HSL45.1º77.66%38.63%-
HSV(B)45.1º87.43%68.63%-
XYZ26.7727.064.57-
YUV135.2564.09156.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=52.40%
G=41.02%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751372200.220.870.3145.177.6638.63
HexAF8916016571F2d4e27
Octal25721126026127375511647
Binary1010111110001001101100101101010111111111011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8916; }

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

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

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

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

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

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

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

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