Html Css Color HEX #AA785F Medium Wood

📋 copy color: '#AA785F'

red 170 ◦ green 120 ◦ blue 95

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

Shades of Medium Wood #AA785F

Tints of Medium Wood #AA785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 44.16%
G = 31.17%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA785F (or 0xAA785F) is known color: Medium Wood. HEX triplet: AA, 78 and 5F. RGB value is (170,120,95). Sum of RGB (Red+Green+Blue) = 170+120+95=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785F is #5587A0. Grayscale: #848484. Windows color (decimal): -5605281 or 6256810. OLE color: 6256810.

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

Color convert

RGB 170 120 95 -
CMYK 0 0.29 0.44 0.33
HSL 20º 0.31% 0.52% -
HSV(B) 20º 0.44% 0.67% -
XYZ 25.36 22.81 13.89 -
YUV 132.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 170 120 95 0 0.29 0.44 0.33 20 0.31 0.52
Hex AA 78 5F 0 1D 2C 21 14 1F 34
Octal 252 170 137 0 35 54 41 24 37 64
Binary 10101010 1111000 1011111 0 11101 101100 100001 10100 11111 110100

Color Harmonies of #AA785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA785F

Black with #AA785F

Text Example


Text Example

White with #AA785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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