Html Css Color HEX #AA845F Medium Wood

📋 copy color: '#AA845F'

red 170 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #AA845F

Tints of Medium Wood #AA845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 42.82%
G = 33.25%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA845F (or 0xAA845F) is known color: Medium Wood. HEX triplet: AA, 84 and 5F. RGB value is (170,132,95). Sum of RGB (Red+Green+Blue) = 170+132+95=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845F is #557BA0. Grayscale: #8B8B8B. Windows color (decimal): -5602209 or 6259882. OLE color: 6259882.

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

Color convert

RGB 170 132 95 -
CMYK 0 0.22 0.44 0.33
HSL 29.6º 0.31% 0.52% -
HSV(B) 29.6º 0.44% 0.67% -
XYZ 26.89 25.87 14.4 -
YUV 139.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 170 132 95 0 0.22 0.44 0.33 29.6 0.31 0.52
Hex AA 84 5F 0 16 2C 21 1E 1F 34
Octal 252 204 137 0 26 54 41 36 37 64
Binary 10101010 10000100 1011111 0 10110 101100 100001 11110 11111 110100

Color Harmonies of #AA845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA845F

Black with #AA845F

Text Example


Text Example

White with #AA845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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