Html Css Color HEX #AA785C Medium Wood

📋 copy color: '#AA785C'

red 170 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #AA785C

Tints of Medium Wood #AA785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 44.5%
G = 31.41%
B = 24.08%

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

#AA785C (or 0xAA785C) is known color: Medium Wood. HEX triplet: AA, 78 and 5C. RGB value is (170,120,92). Sum of RGB (Red+Green+Blue) = 170+120+92=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785C is #5587A3. Grayscale: #838383. Windows color (decimal): -5605284 or 6060202. OLE color: 6060202.

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

Color convert

RGB 170 120 92 -
CMYK 0 0.29 0.46 0.33
HSL 21.54º 0.31% 0.51% -
HSV(B) 21.54º 0.46% 0.67% -
XYZ 25.23 22.75 13.19 -
YUV 131.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 170 120 92 0 0.29 0.46 0.33 21.54 0.31 0.51
Hex AA 78 5C 0 1D 2E 21 16 1F 33
Octal 252 170 134 0 35 56 41 26 37 63
Binary 10101010 1111000 1011100 0 11101 101110 100001 10110 11111 110011

Color Harmonies of #AA785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA785C

Black with #AA785C

Text Example


Text Example

White with #AA785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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