Html Css Color HEX #AA7B59 Medium Wood

📋 copy color: '#AA7B59'

red 170 ◦ green 123 ◦ blue 89

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

Shades of Medium Wood #AA7B59

Tints of Medium Wood #AA7B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 44.5%
G = 32.2%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7B59 (or 0xAA7B59) is known color: Medium Wood. HEX triplet: AA, 7B and 59. RGB value is (170,123,89). Sum of RGB (Red+Green+Blue) = 170+123+89=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B59 is #5584A6. Grayscale: #858585. Windows color (decimal): -5604519 or 5864362. OLE color: 5864362.

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

Color convert

RGB 170 123 89 -
CMYK 0 0.28 0.48 0.33
HSL 25.19º 0.32% 0.51% -
HSV(B) 25.19º 0.48% 0.67% -
XYZ 25.46 23.43 12.63 -
YUV 133.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 170 123 89 0 0.28 0.48 0.33 25.19 0.32 0.51
Hex AA 7B 59 0 1C 30 21 19 20 33
Octal 252 173 131 0 34 60 41 31 40 63
Binary 10101010 1111011 1011001 0 11100 110000 100001 11001 100000 110011

Color Harmonies of #AA7B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B59

Black with #AA7B59

Text Example


Text Example

White with #AA7B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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