#AE6206

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

Shades of Golden Brown #AE6206

Tints of Golden Brown #AE6206

Color information

#AE6206 (or 0xAE6206) is unknown color: approx Golden Brown. HEX triplet: AE, 62 and 06. RGB value is (174,98,6). Sum of RGB (Red+Green+Blue) = 174+98+6=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6206 is #519DF9. Grayscale: #6E6E6E. Windows color (decimal): -5348858 or 418478. OLE color: 418478.

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

Color convert

RGB174986-
CMYK00.440.970.32
HSL32.86º93.33%35.29%-
HSV(B)32.86º96.55%68.24%-
XYZ21.8617.752.45-
YUV110.2469.18173.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=62.59%
G=35.25%
B=2.16%

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
Decimal17498600.440.970.3232.8693.3335.29
HexAE62602C6120215d23
Octal2561426054141404113543
Binary101011101100010110010110011000011000001000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6206; }

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

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

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

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

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

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

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

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