Html Css Color HEX #AA7859 Medium Wood

📋 copy color: '#AA7859'

red 170 ◦ green 120 ◦ blue 89

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

Shades of Medium Wood #AA7859

Tints of Medium Wood #AA7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 44.85%
G = 31.66%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7859 (or 0xAA7859) is known color: Medium Wood. HEX triplet: AA, 78 and 59. RGB value is (170,120,89). Sum of RGB (Red+Green+Blue) = 170+120+89=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7859 is #5587A6. Grayscale: #838383. Windows color (decimal): -5605287 or 5863594. OLE color: 5863594.

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

Color convert

RGB 170 120 89 -
CMYK 0 0.29 0.48 0.33
HSL 22.96º 0.32% 0.51% -
HSV(B) 22.96º 0.48% 0.67% -
XYZ 25.1 22.7 12.51 -
YUV 131.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 170 120 89 0 0.29 0.48 0.33 22.96 0.32 0.51
Hex AA 78 59 0 1D 30 21 17 20 33
Octal 252 170 131 0 35 60 41 27 40 63
Binary 10101010 1111000 1011001 0 11101 110000 100001 10111 100000 110011

Color Harmonies of #AA7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7859

Black with #AA7859

Text Example


Text Example

White with #AA7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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