Html Css Color HEX #AA846A Medium Wood

📋 copy color: '#AA846A'

red 170 ◦ green 132 ◦ blue 106

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

Shades of Medium Wood #AA846A

Tints of Medium Wood #AA846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 41.67%
G = 32.35%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA846A (or 0xAA846A) is known color: Medium Wood. HEX triplet: AA, 84 and 6A. RGB value is (170,132,106). Sum of RGB (Red+Green+Blue) = 170+132+106=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846A is #557B95. Grayscale: #8C8C8C. Windows color (decimal): -5602198 or 6980778. OLE color: 6980778.

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

Color convert

RGB 170 132 106 -
CMYK 0 0.22 0.38 0.33
HSL 24.38º 0.27% 0.54% -
HSV(B) 24.38º 0.38% 0.67% -
XYZ 27.43 26.09 17.23 -
YUV 140.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 170 132 106 0 0.22 0.38 0.33 24.38 0.27 0.54
Hex AA 84 6A 0 16 26 21 18 1B 36
Octal 252 204 152 0 26 46 41 30 33 66
Binary 10101010 10000100 1101010 0 10110 100110 100001 11000 11011 110110

Color Harmonies of #AA846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA846A

Black with #AA846A

Text Example


Text Example

White with #AA846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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