Html Css Color HEX #AA7F59 Medium Wood

📋 copy color: '#AA7F59'

red 170 ◦ green 127 ◦ blue 89

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

Shades of Medium Wood #AA7F59

Tints of Medium Wood #AA7F59

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 44.04%
G = 32.9%
B = 23.06%

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

#AA7F59 (or 0xAA7F59) is known color: Medium Wood. HEX triplet: AA, 7F and 59. RGB value is (170,127,89). Sum of RGB (Red+Green+Blue) = 170+127+89=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F59 is #5580A6. Grayscale: #878787. Windows color (decimal): -5603495 or 5865386. OLE color: 5865386.

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

Color convert

RGB 170 127 89 -
CMYK 0 0.25 0.48 0.33
HSL 28.15º 0.32% 0.51% -
HSV(B) 28.15º 0.48% 0.67% -
XYZ 25.97 24.45 12.8 -
YUV 135.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 170 127 89 0 0.25 0.48 0.33 28.15 0.32 0.51
Hex AA 7F 59 0 19 30 21 1C 20 33
Octal 252 177 131 0 31 60 41 34 40 63
Binary 10101010 1111111 1011001 0 11001 110000 100001 11100 100000 110011

Color Harmonies of #AA7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F59

Black with #AA7F59

Text Example


Text Example

White with #AA7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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