#AE7013

Color #AE7013 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AE7013

Tints of Golden Brown #AE7013

Color information

#AE7013 (or 0xAE7013) is unknown color: approx Golden Brown. HEX triplet: AE, 70 and 13. RGB value is (174,112,19). Sum of RGB (Red+Green+Blue) = 174+112+19=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7013 is #518FEC. Grayscale: #787878. Windows color (decimal): -5345261 or 1274030. OLE color: 1274030.

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

Color convert

RGB17411219-
CMYK00.360.890.32
HSL36º80.31%37.84%-
HSV(B)36º89.08%68.24%-
XYZ23.3720.633.37-
YUV119.9471.04166.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=57.05%
G=36.72%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741121900.360.890.323680.3137.84
HexAE70130245920245026
Octal25616023044131404412046
Binary10101110111000010011010010010110011000001001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7013; }

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

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

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

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

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

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

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

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