Html Css Color HEX #AA805D Medium Wood

📋 copy color: '#AA805D'

red 170 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #AA805D

Tints of Medium Wood #AA805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 43.48%
G = 32.74%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA805D (or 0xAA805D) is known color: Medium Wood. HEX triplet: AA, 80 and 5D. RGB value is (170,128,93). Sum of RGB (Red+Green+Blue) = 170+128+93=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805D is #557FA2. Grayscale: #888888. Windows color (decimal): -5603235 or 6127786. OLE color: 6127786.

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

Color convert

RGB 170 128 93 -
CMYK 0 0.25 0.45 0.33
HSL 27.27º 0.31% 0.52% -
HSV(B) 27.27º 0.45% 0.67% -
XYZ 26.27 24.77 13.75 -
YUV 136.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 170 128 93 0 0.25 0.45 0.33 27.27 0.31 0.52
Hex AA 80 5D 0 19 2D 21 1B 1F 34
Octal 252 200 135 0 31 55 41 33 37 64
Binary 10101010 10000000 1011101 0 11001 101101 100001 11011 11111 110100

Color Harmonies of #AA805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA805D

Black with #AA805D

Text Example


Text Example

White with #AA805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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