Html Css Color HEX #AA8166 Medium Wood

📋 copy color: '#AA8166'

red 170 ◦ green 129 ◦ blue 102

#AA8166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #AA8166

Tints of Medium Wood #AA8166

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA8166 (or 0xAA8166) is known color: 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

RGB 170 129 102 -
CMYK 0 0.24 0.4 0.33
HSL 23.82º 0.29% 0.53% -
HSV(B) 23.82º 0.4% 0.67% -
XYZ 26.83 25.21 16.02 -
YUV 138.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 170 129 102 0 0.24 0.4 0.33 23.82 0.29 0.53
Hex AA 81 66 0 18 28 21 18 1D 35
Octal 252 201 146 0 30 50 41 30 35 65
Binary 10101010 10000001 1100110 0 11000 101000 100001 11000 11101 110101

Color Harmonies of #AA8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8166

Black with #AA8166

Text Example


Text Example

White with #AA8166

Text Example


Text Example

HTML Codes & Css Web 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>