Html Css Color HEX #AA8160 Medium Wood

📋 copy color: '#AA8160'

red 170 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #AA8160

Tints of Medium Wood #AA8160

RGB

 RED value IS 170 (66.8% from 255) = 43.04%

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 43.04%
G = 32.66%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8160 (or 0xAA8160) is known color: Medium Wood. HEX triplet: AA, 81 and 60. RGB value is (170,129,96). Sum of RGB (Red+Green+Blue) = 170+129+96=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8160 is #557E9F. Grayscale: #898989. Windows color (decimal): -5602976 or 6324650. OLE color: 6324650.

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

Color convert

RGB 170 129 96 -
CMYK 0 0.24 0.44 0.33
HSL 26.76º 0.3% 0.52% -
HSV(B) 26.76º 0.44% 0.67% -
XYZ 26.54 25.09 14.51 -
YUV 137.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 170 129 96 0 0.24 0.44 0.33 26.76 0.3 0.52
Hex AA 81 60 0 18 2C 21 1B 1E 34
Octal 252 201 140 0 30 54 41 33 36 64
Binary 10101010 10000001 1100000 0 11000 101100 100001 11011 11110 110100

Color Harmonies of #AA8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8160

Black with #AA8160

Text Example


Text Example

White with #AA8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8160; }

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

 H1.HeaderClassName
 {
   color: #AA8160;
 }
 .AnyTagClassName
 {
   color: #AA8160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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