Html Css Color HEX #AA836C Medium Wood

📋 copy color: '#AA836C'

red 170 ◦ green 131 ◦ blue 108

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

Shades of Medium Wood #AA836C

Tints of Medium Wood #AA836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 41.56%
G = 32.03%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA836C (or 0xAA836C) is known color: Medium Wood. HEX triplet: AA, 83 and 6C. RGB value is (170,131,108). Sum of RGB (Red+Green+Blue) = 170+131+108=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA836C is #557C93. Grayscale: #8C8C8C. Windows color (decimal): -5602452 or 7111594. OLE color: 7111594.

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

Color convert

RGB 170 131 108 -
CMYK 0 0.23 0.36 0.33
HSL 22.26º 0.27% 0.55% -
HSV(B) 22.26º 0.36% 0.67% -
XYZ 27.4 25.86 17.73 -
YUV 140.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 170 131 108 0 0.23 0.36 0.33 22.26 0.27 0.55
Hex AA 83 6C 0 17 24 21 16 1B 37
Octal 252 203 154 0 27 44 41 26 33 67
Binary 10101010 10000011 1101100 0 10111 100100 100001 10110 11011 110111

Color Harmonies of #AA836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA836C

Black with #AA836C

Text Example


Text Example

White with #AA836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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