#AE8914

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

Shades of Dark Goldenrod #AE8914

Tints of Dark Goldenrod #AE8914

Color information

#AE8914 (or 0xAE8914) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 89 and 14. RGB value is (174,137,20). Sum of RGB (Red+Green+Blue) = 174+137+20=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8914 is #5176EB. Grayscale: #878787. Windows color (decimal): -5338860 or 1345966. OLE color: 1345966.

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

Color convert

RGB17413720-
CMYK00.210.890.32
HSL45.58º79.38%38.04%-
HSV(B)45.58º88.51%68.24%-
XYZ26.5326.944.46-
YUV134.7263.26156.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=52.57%
G=41.39%
B=6.04%

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
Decimal1741372000.210.890.3245.5879.3838.04
HexAE891401559202e4f26
Octal25621124025131405611746
Binary10101110100010011010001010110110011000001011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8914; }

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

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

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

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

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

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

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

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