Html Css Color HEX #AA856A Medium Wood

📋 copy color: '#AA856A'

red 170 ◦ green 133 ◦ blue 106

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

Shades of Medium Wood #AA856A

Tints of Medium Wood #AA856A

RGB

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

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

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

R = 41.56%
G = 32.52%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA856A (or 0xAA856A) is known color: Medium Wood. HEX triplet: AA, 85 and 6A. RGB value is (170,133,106). Sum of RGB (Red+Green+Blue) = 170+133+106=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856A is #557A95. Grayscale: #8D8D8D. Windows color (decimal): -5601942 or 6981034. OLE color: 6981034.

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

Color convert

RGB 170 133 106 -
CMYK 0 0.22 0.38 0.33
HSL 25.31º 0.27% 0.54% -
HSV(B) 25.31º 0.38% 0.67% -
XYZ 27.57 26.36 17.27 -
YUV 140.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 170 133 106 0 0.22 0.38 0.33 25.31 0.27 0.54
Hex AA 85 6A 0 16 26 21 19 1B 36
Octal 252 205 152 0 26 46 41 31 33 66
Binary 10101010 10000101 1101010 0 10110 100110 100001 11001 11011 110110

Color Harmonies of #AA856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA856A

Black with #AA856A

Text Example


Text Example

White with #AA856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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