#AE6106

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

Shades of Golden Brown #AE6106

Tints of Golden Brown #AE6106

Color information

#AE6106 (or 0xAE6106) is unknown color: approx Golden Brown. HEX triplet: AE, 61 and 06. RGB value is (174,97,6). Sum of RGB (Red+Green+Blue) = 174+97+6=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6106 is #519EF9. Grayscale: #6E6E6E. Windows color (decimal): -5349114 or 418222. OLE color: 418222.

HSL color Cylindrical-coordinate representation of color #AE6106: hue angle of 32.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE6106 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB174976-
CMYK00.440.970.32
HSL32.5º93.33%35.29%-
HSV(B)32.5º96.55%68.24%-
XYZ21.7617.562.41-
YUV109.6569.51173.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=62.82%
G=35.02%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17497600.440.970.3232.593.3335.29
HexAE61602C6120205d23
Octal2561416054141404013543
Binary101011101100001110010110011000011000001000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6106; }

 p { color: rgb(174,97,6); }

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

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

 a { background-color: rgb(174,97,6); }

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

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

 span { border-color: rgb(174,97,6); }

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