#AE7A15

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

Shades of Dark Goldenrod #AE7A15

Tints of Dark Goldenrod #AE7A15

Color information

#AE7A15 (or 0xAE7A15) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7A and 15. RGB value is (174,122,21). Sum of RGB (Red+Green+Blue) = 174+122+21=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A15 is #5185EA. Grayscale: #7E7E7E. Windows color (decimal): -5342699 or 1407662. OLE color: 1407662.

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

Color convert

RGB17412221-
CMYK00.300.880.32
HSL39.61º78.46%38.24%-
HSV(B)39.61º87.93%68.24%-
XYZ24.5522.973.85-
YUV126.0368.73162.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 21 (8.59% from 255) = 6.62%
R=54.89%
G=38.49%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741222100.300.880.3239.6178.4638.24
HexAE7A1501E5820284e26
Octal25617225036130405011646
Binary1010111011110101010101111010110001000001010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A15; }

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

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

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

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

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

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

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

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