Html Css Color HEX #AA856B Medium Wood

📋 copy color: '#AA856B'

red 170 ◦ green 133 ◦ blue 107

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

Shades of Medium Wood #AA856B

Tints of Medium Wood #AA856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 41.46%
G = 32.44%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA856B (or 0xAA856B) is known color: Medium Wood. HEX triplet: AA, 85 and 6B. RGB value is (170,133,107). Sum of RGB (Red+Green+Blue) = 170+133+107=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856B is #557A94. Grayscale: #8D8D8D. Windows color (decimal): -5601941 or 7046570. OLE color: 7046570.

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

Color convert

RGB 170 133 107 -
CMYK 0 0.22 0.37 0.33
HSL 24.76º 0.27% 0.54% -
HSV(B) 24.76º 0.37% 0.67% -
XYZ 27.62 26.38 17.55 -
YUV 141.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 170 133 107 0 0.22 0.37 0.33 24.76 0.27 0.54
Hex AA 85 6B 0 16 25 21 19 1B 36
Octal 252 205 153 0 26 45 41 31 33 66
Binary 10101010 10000101 1101011 0 10110 100101 100001 11001 11011 110110

Color Harmonies of #AA856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA856B

Black with #AA856B

Text Example


Text Example

White with #AA856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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