Html Css Color HEX #AA858E Tapestry

📋 copy color: '#AA858E'

red 170 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #AA858E

Tints of Tapestry #AA858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 38.2%
G = 29.89%
B = 31.91%

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

#AA858E (or 0xAA858E) is known color: Tapestry. HEX triplet: AA, 85 and 8E. RGB value is (170,133,142). Sum of RGB (Red+Green+Blue) = 170+133+142=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858E is #557A71. Grayscale: #919191. Windows color (decimal): -5601906 or 9340330. OLE color: 9340330.

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

Color convert

RGB 170 133 142 -
CMYK 0 0.22 0.16 0.33
HSL 345.41º 0.18% 0.59% -
HSV(B) 345.41º 0.22% 0.67% -
XYZ 29.85 27.27 29.28 -
YUV 145.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 170 133 142 0 0.22 0.16 0.33 345.41 0.18 0.59
Hex AA 85 8E 0 16 10 21 159 12 3B
Octal 252 205 216 0 26 20 41 531 22 73
Binary 10101010 10000101 10001110 0 10110 10000 100001 101011001 10010 111011

Color Harmonies of #AA858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA858E

Black with #AA858E

Text Example


Text Example

White with #AA858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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