Html Css Color HEX #AA836A Medium Wood

📋 copy color: '#AA836A'

red 170 ◦ green 131 ◦ blue 106

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

Shades of Medium Wood #AA836A

Tints of Medium Wood #AA836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 41.77%
G = 32.19%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA836A (or 0xAA836A) is known color: Medium Wood. HEX triplet: AA, 83 and 6A. RGB value is (170,131,106). Sum of RGB (Red+Green+Blue) = 170+131+106=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836A is #557C95. Grayscale: #8B8B8B. Windows color (decimal): -5602454 or 6980522. OLE color: 6980522.

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

Color convert

RGB 170 131 106 -
CMYK 0 0.23 0.38 0.33
HSL 23.44º 0.27% 0.54% -
HSV(B) 23.44º 0.38% 0.67% -
XYZ 27.3 25.82 17.18 -
YUV 139.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 170 131 106 0 0.23 0.38 0.33 23.44 0.27 0.54
Hex AA 83 6A 0 17 26 21 17 1B 36
Octal 252 203 152 0 27 46 41 27 33 66
Binary 10101010 10000011 1101010 0 10111 100110 100001 10111 11011 110110

Color Harmonies of #AA836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA836A

Black with #AA836A

Text Example


Text Example

White with #AA836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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