#AA8166

Color #AA8166 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AA8166

Tints of Medium Wood #AA8166

Color information

#AA8166 (or 0xAA8166) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 66. RGB value is (170,129,102). Sum of RGB (Red+Green+Blue) = 170+129+102=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8166 is #557E99. Grayscale: #8A8A8A. Windows color (decimal): -5602970 or 6717866. OLE color: 6717866.

HSL color Cylindrical-coordinate representation of color #AA8166: hue angle of 23.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8166 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170129102-
CMYK00.240.40.33
HSL23.82º28.57%53.33%-
HSV(B)23.82º40%66.67%-
XYZ26.8325.2116.02-
YUV138.18107.58150.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=42.39%
G=32.17%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012910200.240.40.3323.8228.5753.33
HexAA81660182821181d35
Octal2522011460305041303565
Binary101010101000000111001100110001010001000011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8166; }

 p { color: rgb(170,129,102); }

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

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

 a { background-color: rgb(170,129,102); }

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

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

 span { border-color: rgb(170,129,102); }

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