#AE8A14

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

Shades of Dark Goldenrod #AE8A14

Tints of Dark Goldenrod #AE8A14

Color information

#AE8A14 (or 0xAE8A14) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8A and 14. RGB value is (174,138,20). Sum of RGB (Red+Green+Blue) = 174+138+20=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8A14 is #5175EB. Grayscale: #878787. Windows color (decimal): -5338604 or 1346222. OLE color: 1346222.

HSL color Cylindrical-coordinate representation of color #AE8A14: hue angle of 45.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE8A14 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB17413820-
CMYK00.210.890.32
HSL45.97º79.38%38.04%-
HSV(B)45.97º88.51%68.24%-
XYZ26.6727.234.51-
YUV135.3162.93155.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=52.41%
G=41.57%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741382000.210.890.3245.9779.3838.04
HexAE8A1401559202e4f26
Octal25621224025131405611746
Binary10101110100010101010001010110110011000001011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A14; }

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

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

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

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

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

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

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

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