#AE7E15

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

Shades of Dark Goldenrod #AE7E15

Tints of Dark Goldenrod #AE7E15

Color information

#AE7E15 (or 0xAE7E15) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 15. RGB value is (174,126,21). Sum of RGB (Red+Green+Blue) = 174+126+21=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E15 is #5181EA. Grayscale: #808080. Windows color (decimal): -5341675 or 1408686. OLE color: 1408686.

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

Color convert

RGB17412621-
CMYK00.280.880.32
HSL41.18º78.46%38.24%-
HSV(B)41.18º87.93%68.24%-
XYZ25.0523.974.02-
YUV128.3867.4160.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=54.21%
G=39.25%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741262100.280.880.3241.1878.4638.24
HexAE7E1501C5820294e26
Octal25617625034130405111646
Binary1010111011111101010101110010110001000001010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E15; }

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

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

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

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

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

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

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

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