#AE8913

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

Shades of Dark Goldenrod #AE8913

Tints of Dark Goldenrod #AE8913

Color information

#AE8913 (or 0xAE8913) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 89 and 13. RGB value is (174,137,19). Sum of RGB (Red+Green+Blue) = 174+137+19=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8913 is #5176EC. Grayscale: #878787. Windows color (decimal): -5338861 or 1280430. OLE color: 1280430.

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

Color convert

RGB17413719-
CMYK00.210.890.32
HSL45.68º80.31%37.84%-
HSV(B)45.68º89.08%68.24%-
XYZ26.5226.944.42-
YUV134.6162.76156.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 19 (7.81% from 255) = 5.76%
R=52.73%
G=41.52%
B=5.76%

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
Decimal1741371900.210.890.3245.6880.3137.84
HexAE891301559202e5026
Octal25621123025131405612046
Binary10101110100010011001101010110110011000001011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8913; }

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

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

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

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

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

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

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

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