Html Css Color HEX #AA8370 Medium Wood

📋 copy color: '#AA8370'

red 170 ◦ green 131 ◦ blue 112

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

Shades of Medium Wood #AA8370

Tints of Medium Wood #AA8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 41.16%
G = 31.72%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8370 (or 0xAA8370) is known color: Medium Wood. HEX triplet: AA, 83 and 70. RGB value is (170,131,112). Sum of RGB (Red+Green+Blue) = 170+131+112=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8370 is #557C8F. Grayscale: #8C8C8C. Windows color (decimal): -5602448 or 7373738. OLE color: 7373738.

HSL color Cylindrical-coordinate representation of color #AA8370: hue angle of 19.66º 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 #AA8370 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 112 -
CMYK 0 0.23 0.34 0.33
HSL 19.66º 0.25% 0.55% -
HSV(B) 19.66º 0.34% 0.67% -
XYZ 27.62 25.95 18.88 -
YUV 140.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 170 131 112 0 0.23 0.34 0.33 19.66 0.25 0.55
Hex AA 83 70 0 17 22 21 14 19 37
Octal 252 203 160 0 27 42 41 24 31 67
Binary 10101010 10000011 1110000 0 10111 100010 100001 10100 11001 110111

Color Harmonies of #AA8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8370

Black with #AA8370

Text Example


Text Example

White with #AA8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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