Html Css Color HEX #AA8170 Medium Wood

📋 copy color: '#AA8170'

red 170 ◦ green 129 ◦ blue 112

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

Shades of Medium Wood #AA8170

Tints of Medium Wood #AA8170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 41.36%
G = 31.39%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8170 (or 0xAA8170) is known color: Medium Wood. HEX triplet: AA, 81 and 70. RGB value is (170,129,112). Sum of RGB (Red+Green+Blue) = 170+129+112=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8170 is #557E8F. Grayscale: #8B8B8B. Windows color (decimal): -5602960 or 7373226. OLE color: 7373226.

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

Color convert

RGB 170 129 112 -
CMYK 0 0.24 0.34 0.33
HSL 17.59º 0.25% 0.55% -
HSV(B) 17.59º 0.34% 0.67% -
XYZ 27.35 25.42 18.79 -
YUV 139.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 170 129 112 0 0.24 0.34 0.33 17.59 0.25 0.55
Hex AA 81 70 0 18 22 21 12 19 37
Octal 252 201 160 0 30 42 41 22 31 67
Binary 10101010 10000001 1110000 0 11000 100010 100001 10010 11001 110111

Color Harmonies of #AA8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8170

Black with #AA8170

Text Example


Text Example

White with #AA8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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