Html Css Color HEX #AA795F Medium Wood

📋 copy color: '#AA795F'

red 170 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #AA795F

Tints of Medium Wood #AA795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 44.04%
G = 31.35%
B = 24.61%

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

#AA795F (or 0xAA795F) is known color: Medium Wood. HEX triplet: AA, 79 and 5F. RGB value is (170,121,95). Sum of RGB (Red+Green+Blue) = 170+121+95=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA795F is #5586A0. Grayscale: #848484. Windows color (decimal): -5605025 or 6257066. OLE color: 6257066.

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

Color convert

RGB 170 121 95 -
CMYK 0 0.29 0.44 0.33
HSL 20.8º 0.31% 0.52% -
HSV(B) 20.8º 0.44% 0.67% -
XYZ 25.48 23.05 13.93 -
YUV 132.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 170 121 95 0 0.29 0.44 0.33 20.8 0.31 0.52
Hex AA 79 5F 0 1D 2C 21 15 1F 34
Octal 252 171 137 0 35 54 41 25 37 64
Binary 10101010 1111001 1011111 0 11101 101100 100001 10101 11111 110100

Color Harmonies of #AA795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA795F

Black with #AA795F

Text Example


Text Example

White with #AA795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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