Html Css Color HEX #AA858C Tapestry

📋 copy color: '#AA858C'

red 170 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #AA858C

Tints of Tapestry #AA858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 38.37%
G = 30.02%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA858C (or 0xAA858C) is known color: Tapestry. HEX triplet: AA, 85 and 8C. RGB value is (170,133,140). Sum of RGB (Red+Green+Blue) = 170+133+140=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858C is #557A73. Grayscale: #909090. Windows color (decimal): -5601908 or 9209258. OLE color: 9209258.

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

Color convert

RGB 170 133 140 -
CMYK 0 0.22 0.18 0.33
HSL 348.65º 0.18% 0.59% -
HSV(B) 348.65º 0.22% 0.67% -
XYZ 29.7 27.21 28.5 -
YUV 144.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 170 133 140 0 0.22 0.18 0.33 348.65 0.18 0.59
Hex AA 85 8C 0 16 12 21 15D 12 3B
Octal 252 205 214 0 26 22 41 535 22 73
Binary 10101010 10000101 10001100 0 10110 10010 100001 101011101 10010 111011

Color Harmonies of #AA858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA858C

Black with #AA858C

Text Example


Text Example

White with #AA858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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