Html Css Color HEX #AA848C Tapestry

📋 copy color: '#AA848C'

red 170 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #AA848C

Tints of Tapestry #AA848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 38.46%
G = 29.86%
B = 31.67%

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

#AA848C (or 0xAA848C) is known color: Tapestry. HEX triplet: AA, 84 and 8C. RGB value is (170,132,140). Sum of RGB (Red+Green+Blue) = 170+132+140=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848C is #557B73. Grayscale: #909090. Windows color (decimal): -5602164 or 9209002. OLE color: 9209002.

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

Color convert

RGB 170 132 140 -
CMYK 0 0.22 0.18 0.33
HSL 347.37º 0.18% 0.59% -
HSV(B) 347.37º 0.22% 0.67% -
XYZ 29.56 26.94 28.45 -
YUV 144.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 170 132 140 0 0.22 0.18 0.33 347.37 0.18 0.59
Hex AA 84 8C 0 16 12 21 15B 12 3B
Octal 252 204 214 0 26 22 41 533 22 73
Binary 10101010 10000100 10001100 0 10110 10010 100001 101011011 10010 111011

Color Harmonies of #AA848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA848C

Black with #AA848C

Text Example


Text Example

White with #AA848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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