Html Css Color HEX #AA785B Medium Wood

📋 copy color: '#AA785B'

red 170 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #AA785B

Tints of Medium Wood #AA785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 44.62%
G = 31.5%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA785B (or 0xAA785B) is known color: Medium Wood. HEX triplet: AA, 78 and 5B. RGB value is (170,120,91). Sum of RGB (Red+Green+Blue) = 170+120+91=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785B is #5587A4. Grayscale: #838383. Windows color (decimal): -5605285 or 5994666. OLE color: 5994666.

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

Color convert

RGB 170 120 91 -
CMYK 0 0.29 0.46 0.33
HSL 22.03º 0.32% 0.51% -
HSV(B) 22.03º 0.46% 0.67% -
XYZ 25.18 22.73 12.96 -
YUV 131.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 170 120 91 0 0.29 0.46 0.33 22.03 0.32 0.51
Hex AA 78 5B 0 1D 2E 21 16 20 33
Octal 252 170 133 0 35 56 41 26 40 63
Binary 10101010 1111000 1011011 0 11101 101110 100001 10110 100000 110011

Color Harmonies of #AA785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA785B

Black with #AA785B

Text Example


Text Example

White with #AA785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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