Html Css Color HEX #AA805E Medium Wood

📋 copy color: '#AA805E'

red 170 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #AA805E

Tints of Medium Wood #AA805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 43.37%
G = 32.65%
B = 23.98%

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

#AA805E (or 0xAA805E) is known color: Medium Wood. HEX triplet: AA, 80 and 5E. RGB value is (170,128,94). Sum of RGB (Red+Green+Blue) = 170+128+94=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805E is #557FA1. Grayscale: #888888. Windows color (decimal): -5603234 or 6193322. OLE color: 6193322.

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

Color convert

RGB 170 128 94 -
CMYK 0 0.25 0.45 0.33
HSL 26.84º 0.31% 0.52% -
HSV(B) 26.84º 0.45% 0.67% -
XYZ 26.32 24.79 13.99 -
YUV 136.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 170 128 94 0 0.25 0.45 0.33 26.84 0.31 0.52
Hex AA 80 5E 0 19 2D 21 1B 1F 34
Octal 252 200 136 0 31 55 41 33 37 64
Binary 10101010 10000000 1011110 0 11001 101101 100001 11011 11111 110100

Color Harmonies of #AA805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA805E

Black with #AA805E

Text Example


Text Example

White with #AA805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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