#AE6E13

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

Shades of Golden Brown #AE6E13

Tints of Golden Brown #AE6E13

Color information

#AE6E13 (or 0xAE6E13) is unknown color: approx Golden Brown. HEX triplet: AE, 6E and 13. RGB value is (174,110,19). Sum of RGB (Red+Green+Blue) = 174+110+19=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6E13 is #5191EC. Grayscale: #777777. Windows color (decimal): -5345773 or 1273518. OLE color: 1273518.

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

Color convert

RGB17411019-
CMYK00.370.890.32
HSL35.23º80.31%37.84%-
HSV(B)35.23º89.08%68.24%-
XYZ23.1520.23.29-
YUV118.7671.7167.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=57.43%
G=36.30%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741101900.370.890.3235.2380.3137.84
HexAE6E130255920235026
Octal25615623045131404312046
Binary10101110110111010011010010110110011000001000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E13; }

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

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

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

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

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

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

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

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