Html Css Color HEX #AA858F Tapestry

📋 copy color: '#AA858F'

red 170 ◦ green 133 ◦ blue 143

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

Shades of Tapestry #AA858F

Tints of Tapestry #AA858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 38.12%
G = 29.82%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA858F (or 0xAA858F) is known color: Tapestry. HEX triplet: AA, 85 and 8F. RGB value is (170,133,143). Sum of RGB (Red+Green+Blue) = 170+133+143=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858F is #557A70. Grayscale: #919191. Windows color (decimal): -5601905 or 9405866. OLE color: 9405866.

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

Color convert

RGB 170 133 143 -
CMYK 0 0.22 0.16 0.33
HSL 343.78º 0.18% 0.59% -
HSV(B) 343.78º 0.22% 0.67% -
XYZ 29.92 27.3 29.68 -
YUV 145.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 170 133 143 0 0.22 0.16 0.33 343.78 0.18 0.59
Hex AA 85 8F 0 16 10 21 158 12 3B
Octal 252 205 217 0 26 20 41 530 22 73
Binary 10101010 10000101 10001111 0 10110 10000 100001 101011000 10010 111011

Color Harmonies of #AA858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA858F

Black with #AA858F

Text Example


Text Example

White with #AA858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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