#af8c16

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

Shades of Dark Goldenrod #AF8C16

Tints of Dark Goldenrod #AF8C16

Color information

#AF8C16 (or 0xAF8C16) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8C and 16. RGB value is (175,140,22). Sum of RGB (Red+Green+Blue) = 175+140+22=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C16 is #5073E9. Grayscale: #898989. Windows color (decimal): -5272554 or 1477807. OLE color: 1477807.

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

Color convert

RGB17514022-
CMYK00.20.870.31
HSL46.27º77.66%38.63%-
HSV(B)46.27º87.43%68.63%-
XYZ27.227.934.72-
YUV137.0163.1155.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 22 (8.98% from 255) = 6.53%
R=51.93%
G=41.54%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751402200.20.870.3146.2777.6638.63
HexAF8C16014571F2e4e27
Octal25721426024127375611647
Binary1010111110001100101100101001010111111111011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8c16; }

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

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

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

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

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

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

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

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