Html Css Color HEX #AA836E Medium Wood

📋 copy color: '#AA836E'

red 170 ◦ green 131 ◦ blue 110

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

Shades of Medium Wood #AA836E

Tints of Medium Wood #AA836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 41.36%
G = 31.87%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA836E (or 0xAA836E) is known color: Medium Wood. HEX triplet: AA, 83 and 6E. RGB value is (170,131,110). Sum of RGB (Red+Green+Blue) = 170+131+110=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836E is #557C91. Grayscale: #8C8C8C. Windows color (decimal): -5602450 or 7242666. OLE color: 7242666.

HSL color Cylindrical-coordinate representation of color #AA836E: hue angle of 21º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA836E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 110 -
CMYK 0 0.23 0.35 0.33
HSL 21º 0.26% 0.55% -
HSV(B) 21º 0.35% 0.67% -
XYZ 27.51 25.9 18.3 -
YUV 140.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 170 131 110 0 0.23 0.35 0.33 21 0.26 0.55
Hex AA 83 6E 0 17 23 21 15 1A 37
Octal 252 203 156 0 27 43 41 25 32 67
Binary 10101010 10000011 1101110 0 10111 100011 100001 10101 11010 110111

Color Harmonies of #AA836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA836E

Black with #AA836E

Text Example


Text Example

White with #AA836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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