Html Css Color HEX #AA856E Medium Wood

📋 copy color: '#AA856E'

red 170 ◦ green 133 ◦ blue 110

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

Shades of Medium Wood #AA856E

Tints of Medium Wood #AA856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

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

R = 41.16%
G = 32.2%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA856E (or 0xAA856E) is known color: Medium Wood. HEX triplet: AA, 85 and 6E. RGB value is (170,133,110). Sum of RGB (Red+Green+Blue) = 170+133+110=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856E is #557A91. Grayscale: #8D8D8D. Windows color (decimal): -5601938 or 7243178. OLE color: 7243178.

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

Color convert

RGB 170 133 110 -
CMYK 0 0.22 0.35 0.33
HSL 23º 0.26% 0.55% -
HSV(B) 23º 0.35% 0.67% -
XYZ 27.78 26.45 18.39 -
YUV 141.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 170 133 110 0 0.22 0.35 0.33 23 0.26 0.55
Hex AA 85 6E 0 16 23 21 17 1A 37
Octal 252 205 156 0 26 43 41 27 32 67
Binary 10101010 10000101 1101110 0 10110 100011 100001 10111 11010 110111

Color Harmonies of #AA856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA856E

Black with #AA856E

Text Example


Text Example

White with #AA856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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