#AE6E16

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

Shades of Golden Brown #AE6E16

Tints of Golden Brown #AE6E16

Color information

#AE6E16 (or 0xAE6E16) is unknown color: approx Golden Brown. HEX triplet: AE, 6E and 16. RGB value is (174,110,22). Sum of RGB (Red+Green+Blue) = 174+110+22=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6E16 is #5191E9. Grayscale: #777777. Windows color (decimal): -5345770 or 1470126. OLE color: 1470126.

HSL color Cylindrical-coordinate representation of color #AE6E16: hue angle of 34.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE6E16 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17411022-
CMYK00.370.870.32
HSL34.74º77.55%38.43%-
HSV(B)34.74º87.36%68.24%-
XYZ23.1820.213.44-
YUV119.173.2167.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=56.86%
G=35.95%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741102200.370.870.3234.7477.5538.43
HexAE6E160255720234e26
Octal25615626045127404311646
Binary10101110110111010110010010110101111000001000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E16; }

 p { color: rgb(174,110,22); }

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

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

 a { background-color: rgb(174,110,22); }

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

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

 span { border-color: rgb(174,110,22); }

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