Html Css Color HEX #AA806A Medium Wood

📋 copy color: '#AA806A'

red 170 ◦ green 128 ◦ blue 106

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

Shades of Medium Wood #AA806A

Tints of Medium Wood #AA806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 42.08%
G = 31.68%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA806A (or 0xAA806A) is known color: Medium Wood. HEX triplet: AA, 80 and 6A. RGB value is (170,128,106). Sum of RGB (Red+Green+Blue) = 170+128+106=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806A is #557F95. Grayscale: #8A8A8A. Windows color (decimal): -5603222 or 6979754. OLE color: 6979754.

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

Color convert

RGB 170 128 106 -
CMYK 0 0.25 0.38 0.33
HSL 20.63º 0.27% 0.54% -
HSV(B) 20.63º 0.38% 0.67% -
XYZ 26.9 25.03 17.05 -
YUV 138.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 170 128 106 0 0.25 0.38 0.33 20.63 0.27 0.54
Hex AA 80 6A 0 19 26 21 15 1B 36
Octal 252 200 152 0 31 46 41 25 33 66
Binary 10101010 10000000 1101010 0 11001 100110 100001 10101 11011 110110

Color Harmonies of #AA806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA806A

Black with #AA806A

Text Example


Text Example

White with #AA806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA806A; }

 p { color: rgb(170,128,106); }

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

background-color css

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

 a { background-color: rgb(170,128,106); }

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

border-color css

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

 span { border-color: rgb(170,128,106); }

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