#AE7915

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

Shades of Dark Goldenrod #AE7915

Tints of Dark Goldenrod #AE7915

Color information

#AE7915 (or 0xAE7915) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 79 and 15. RGB value is (174,121,21). Sum of RGB (Red+Green+Blue) = 174+121+21=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7915 is #5186EA. Grayscale: #7D7D7D. Windows color (decimal): -5342955 or 1407406. OLE color: 1407406.

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

Color convert

RGB17412121-
CMYK00.300.880.32
HSL39.22º78.46%38.24%-
HSV(B)39.22º87.93%68.24%-
XYZ24.4322.733.81-
YUV125.4569.06162.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=55.06%
G=38.29%
B=6.65%

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
Decimal1741212100.300.880.3239.2278.4638.24
HexAE791501E5820274e26
Octal25617125036130404711646
Binary1010111011110011010101111010110001000001001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7915; }

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

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

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

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

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

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

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

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