#AE7112

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

Shades of Golden Brown #AE7112

Tints of Golden Brown #AE7112

Color information

#AE7112 (or 0xAE7112) is unknown color: approx Golden Brown. HEX triplet: AE, 71 and 12. RGB value is (174,113,18). Sum of RGB (Red+Green+Blue) = 174+113+18=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7112 is #518EED. Grayscale: #787878. Windows color (decimal): -5345006 or 1208750. OLE color: 1208750.

HSL color Cylindrical-coordinate representation of color #AE7112: hue angle of 36.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7112 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17411318-
CMYK00.350.900.32
HSL36.54º81.25%37.65%-
HSV(B)36.54º89.66%68.24%-
XYZ23.4720.853.36-
YUV120.4170.21166.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=57.05%
G=37.05%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741131800.350.900.3236.5481.2537.65
HexAE71120235A20255126
Octal25616122043132404512146
Binary10101110111000110010010001110110101000001001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7112; }

 p { color: rgb(174,113,18); }

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

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

 a { background-color: rgb(174,113,18); }

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

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

 span { border-color: rgb(174,113,18); }

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