Html Css Color HEX #AA856D Medium Wood

📋 copy color: '#AA856D'

red 170 ◦ green 133 ◦ blue 109

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

Shades of Medium Wood #AA856D

Tints of Medium Wood #AA856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 41.26%
G = 32.28%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA856D (or 0xAA856D) is known color: Medium Wood. HEX triplet: AA, 85 and 6D. RGB value is (170,133,109). Sum of RGB (Red+Green+Blue) = 170+133+109=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856D is #557A92. Grayscale: #8D8D8D. Windows color (decimal): -5601939 or 7177642. OLE color: 7177642.

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

Color convert

RGB 170 133 109 -
CMYK 0 0.22 0.36 0.33
HSL 23.61º 0.26% 0.55% -
HSV(B) 23.61º 0.36% 0.67% -
XYZ 27.73 26.43 18.11 -
YUV 141.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 170 133 109 0 0.22 0.36 0.33 23.61 0.26 0.55
Hex AA 85 6D 0 16 24 21 18 1A 37
Octal 252 205 155 0 26 44 41 30 32 67
Binary 10101010 10000101 1101101 0 10110 100100 100001 11000 11010 110111

Color Harmonies of #AA856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA856D

Black with #AA856D

Text Example


Text Example

White with #AA856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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