Html Css Color HEX #AA805B Medium Wood

📋 copy color: '#AA805B'

red 170 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #AA805B

Tints of Medium Wood #AA805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 43.7%
G = 32.9%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA805B (or 0xAA805B) is known color: Medium Wood. HEX triplet: AA, 80 and 5B. RGB value is (170,128,91). Sum of RGB (Red+Green+Blue) = 170+128+91=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805B is #557FA4. Grayscale: #888888. Windows color (decimal): -5603237 or 5996714. OLE color: 5996714.

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

Color convert

RGB 170 128 91 -
CMYK 0 0.25 0.46 0.33
HSL 28.1º 0.32% 0.51% -
HSV(B) 28.1º 0.46% 0.67% -
XYZ 26.19 24.74 13.29 -
YUV 136.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 170 128 91 0 0.25 0.46 0.33 28.1 0.32 0.51
Hex AA 80 5B 0 19 2E 21 1C 20 33
Octal 252 200 133 0 31 56 41 34 40 63
Binary 10101010 10000000 1011011 0 11001 101110 100001 11100 100000 110011

Color Harmonies of #AA805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA805B

Black with #AA805B

Text Example


Text Example

White with #AA805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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