Html Css Color HEX #AA845D Medium Wood

📋 copy color: '#AA845D'

red 170 ◦ green 132 ◦ blue 93

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

Shades of Medium Wood #AA845D

Tints of Medium Wood #AA845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 43.04%
G = 33.42%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA845D (or 0xAA845D) is known color: Medium Wood. HEX triplet: AA, 84 and 5D. RGB value is (170,132,93). Sum of RGB (Red+Green+Blue) = 170+132+93=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845D is #557BA2. Grayscale: #8B8B8B. Windows color (decimal): -5602211 or 6128810. OLE color: 6128810.

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

Color convert

RGB 170 132 93 -
CMYK 0 0.22 0.45 0.33
HSL 30.39º 0.31% 0.52% -
HSV(B) 30.39º 0.45% 0.67% -
XYZ 26.8 25.84 13.93 -
YUV 138.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 170 132 93 0 0.22 0.45 0.33 30.39 0.31 0.52
Hex AA 84 5D 0 16 2D 21 1E 1F 34
Octal 252 204 135 0 26 55 41 36 37 64
Binary 10101010 10000100 1011101 0 10110 101101 100001 11110 11111 110100

Color Harmonies of #AA845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA845D

Black with #AA845D

Text Example


Text Example

White with #AA845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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