#AF8E14

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

Shades of Dark Goldenrod #AF8E14

Tints of Dark Goldenrod #AF8E14

Color information

#AF8E14 (or 0xAF8E14) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8E and 14. RGB value is (175,142,20). Sum of RGB (Red+Green+Blue) = 175+142+20=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8E14 is #5071EB. Grayscale: #8A8A8A. Windows color (decimal): -5272044 or 1347247. OLE color: 1347247.

HSL color Cylindrical-coordinate representation of color #AF8E14: hue angle of 47.23º degrees, saturation: 0.79, 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 #AF8E14 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17514220-
CMYK00.190.890.31
HSL47.23º79.49%38.24%-
HSV(B)47.23º88.57%68.63%-
XYZ27.4828.514.72-
YUV137.9661.43154.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 20 (8.20% from 255) = 5.93%
R=51.93%
G=42.14%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751422000.190.890.3147.2379.4938.24
HexAF8E14013591F2f4f26
Octal25721624023131375711746
Binary1010111110001110101000100111011001111111011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E14; }

 p { color: rgb(175,142,20); }

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

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

 a { background-color: rgb(175,142,20); }

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

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

 span { border-color: rgb(175,142,20); }

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