Html Css Color HEX #AA846B Medium Wood

📋 copy color: '#AA846B'

red 170 ◦ green 132 ◦ blue 107

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

Shades of Medium Wood #AA846B

Tints of Medium Wood #AA846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 41.56%
G = 32.27%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA846B (or 0xAA846B) is known color: Medium Wood. HEX triplet: AA, 84 and 6B. RGB value is (170,132,107). Sum of RGB (Red+Green+Blue) = 170+132+107=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846B is #557B94. Grayscale: #8C8C8C. Windows color (decimal): -5602197 or 7046314. OLE color: 7046314.

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

Color convert

RGB 170 132 107 -
CMYK 0 0.22 0.37 0.33
HSL 23.81º 0.27% 0.54% -
HSV(B) 23.81º 0.37% 0.67% -
XYZ 27.48 26.11 17.5 -
YUV 140.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 170 132 107 0 0.22 0.37 0.33 23.81 0.27 0.54
Hex AA 84 6B 0 16 25 21 18 1B 36
Octal 252 204 153 0 26 45 41 30 33 66
Binary 10101010 10000100 1101011 0 10110 100101 100001 11000 11011 110110

Color Harmonies of #AA846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA846B

Black with #AA846B

Text Example


Text Example

White with #AA846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA846B; }

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

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

background-color css

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

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

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

border-color css

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

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

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