Html Css Color HEX #AA8059 Medium Wood

📋 copy color: '#AA8059'

red 170 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #AA8059

Tints of Medium Wood #AA8059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23%

R = 43.93%
G = 33.07%
B = 23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8059 (or 0xAA8059) is known color: Medium Wood. HEX triplet: AA, 80 and 59. RGB value is (170,128,89). Sum of RGB (Red+Green+Blue) = 170+128+89=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8059 is #557FA6. Grayscale: #888888. Windows color (decimal): -5603239 or 5865642. OLE color: 5865642.

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

Color convert

RGB 170 128 89 -
CMYK 0 0.25 0.48 0.33
HSL 28.89º 0.32% 0.51% -
HSV(B) 28.89º 0.48% 0.67% -
XYZ 26.1 24.71 12.84 -
YUV 136.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 170 128 89 0 0.25 0.48 0.33 28.89 0.32 0.51
Hex AA 80 59 0 19 30 21 1D 20 33
Octal 252 200 131 0 31 60 41 35 40 63
Binary 10101010 10000000 1011001 0 11001 110000 100001 11101 100000 110011

Color Harmonies of #AA8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8059

Black with #AA8059

Text Example


Text Example

White with #AA8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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