#af8a14

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

Shades of Dark Goldenrod #AF8A14

Tints of Dark Goldenrod #AF8A14

Color information

#AF8A14 (or 0xAF8A14) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8A and 14. RGB value is (175,138,20). Sum of RGB (Red+Green+Blue) = 175+138+20=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8A14 is #5075EB. Grayscale: #888888. Windows color (decimal): -5273068 or 1346223. OLE color: 1346223.

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

Color convert

RGB17513820-
CMYK00.210.890.31
HSL45.68º79.49%38.24%-
HSV(B)45.68º88.57%68.63%-
XYZ26.8927.344.52-
YUV135.6162.76156.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=52.55%
G=41.44%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751382000.210.890.3145.6879.4938.24
HexAF8A14015591F2e4f26
Octal25721224025131375611746
Binary1010111110001010101000101011011001111111011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8a14; }

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

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

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

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

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

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

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

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