#AE6E0B

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

Shades of Golden Brown #AE6E0B

Tints of Golden Brown #AE6E0B

Color information

#AE6E0B (or 0xAE6E0B) is unknown color: approx Golden Brown. HEX triplet: AE, 6E and 0B. RGB value is (174,110,11). Sum of RGB (Red+Green+Blue) = 174+110+11=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6E0B is #5191F4. Grayscale: #767676. Windows color (decimal): -5345781 or 749230. OLE color: 749230.

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

Color convert

RGB17411011-
CMYK00.370.940.32
HSL36.44º88.11%36.27%-
HSV(B)36.44º93.68%68.24%-
XYZ23.0920.172.99-
YUV117.8567.7168.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 11 (4.69% from 255) = 3.73%
R=58.98%
G=37.29%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741101100.370.940.3236.4488.1136.27
HexAE6EB0255E20245824
Octal25615613045136404413044
Binary1010111011011101011010010110111101000001001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E0B; }

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

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

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

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

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

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

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

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