#AE7913

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

Shades of Dark Goldenrod #AE7913

Tints of Dark Goldenrod #AE7913

Color information

#AE7913 (or 0xAE7913) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 79 and 13. RGB value is (174,121,19). Sum of RGB (Red+Green+Blue) = 174+121+19=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7913 is #5186EC. Grayscale: #7D7D7D. Windows color (decimal): -5342957 or 1276334. OLE color: 1276334.

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

Color convert

RGB17412119-
CMYK00.300.890.32
HSL39.48º80.31%37.84%-
HSV(B)39.48º89.08%68.24%-
XYZ24.4122.723.72-
YUV125.2268.06162.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 19 (7.81% from 255) = 6.05%
R=55.41%
G=38.54%
B=6.05%

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
Decimal1741211900.300.890.3239.4880.3137.84
HexAE791301E5920275026
Octal25617123036131404712046
Binary1010111011110011001101111010110011000001001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7913; }

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

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

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

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

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

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

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

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