#AE7A13

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

Shades of Dark Goldenrod #AE7A13

Tints of Dark Goldenrod #AE7A13

Color information

#AE7A13 (or 0xAE7A13) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7A and 13. RGB value is (174,122,19). Sum of RGB (Red+Green+Blue) = 174+122+19=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A13 is #5185EC. Grayscale: #7E7E7E. Windows color (decimal): -5342701 or 1276590. OLE color: 1276590.

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

Color convert

RGB17412219-
CMYK00.300.890.32
HSL39.87º80.31%37.84%-
HSV(B)39.87º89.08%68.24%-
XYZ24.5322.963.76-
YUV125.8167.73162.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=55.24%
G=38.73%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741221900.300.890.3239.8780.3137.84
HexAE7A1301E5920285026
Octal25617223036131405012046
Binary1010111011110101001101111010110011000001010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A13; }

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

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

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

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

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

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

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

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