Html Css Color HEX #AA858A Tapestry

📋 copy color: '#AA858A'

red 170 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #AA858A

Tints of Tapestry #AA858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 38.55%
G = 30.16%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA858A (or 0xAA858A) is known color: Tapestry. HEX triplet: AA, 85 and 8A. RGB value is (170,133,138). Sum of RGB (Red+Green+Blue) = 170+133+138=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858A is #557A75. Grayscale: #909090. Windows color (decimal): -5601910 or 9078186. OLE color: 9078186.

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

Color convert

RGB 170 133 138 -
CMYK 0 0.22 0.19 0.33
HSL 351.89º 0.18% 0.59% -
HSV(B) 351.89º 0.22% 0.67% -
XYZ 29.55 27.16 27.73 -
YUV 144.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 170 133 138 0 0.22 0.19 0.33 351.89 0.18 0.59
Hex AA 85 8A 0 16 13 21 160 12 3B
Octal 252 205 212 0 26 23 41 540 22 73
Binary 10101010 10000101 10001010 0 10110 10011 100001 101100000 10010 111011

Color Harmonies of #AA858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA858A

Black with #AA858A

Text Example


Text Example

White with #AA858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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