Html Css Color HEX #AA838F Tapestry

📋 copy color: '#AA838F'

red 170 ◦ green 131 ◦ blue 143

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

Shades of Tapestry #AA838F

Tints of Tapestry #AA838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 38.29%
G = 29.5%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA838F (or 0xAA838F) is known color: Tapestry. HEX triplet: AA, 83 and 8F. RGB value is (170,131,143). Sum of RGB (Red+Green+Blue) = 170+131+143=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA838F is #557C70. Grayscale: #909090. Windows color (decimal): -5602417 or 9405354. OLE color: 9405354.

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

Color convert

RGB 170 131 143 -
CMYK 0 0.23 0.16 0.33
HSL 341.54º 0.19% 0.59% -
HSV(B) 341.54º 0.23% 0.67% -
XYZ 29.65 26.76 29.59 -
YUV 144.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 170 131 143 0 0.23 0.16 0.33 341.54 0.19 0.59
Hex AA 83 8F 0 17 10 21 156 13 3B
Octal 252 203 217 0 27 20 41 526 23 73
Binary 10101010 10000011 10001111 0 10111 10000 100001 101010110 10011 111011

Color Harmonies of #AA838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA838F

Black with #AA838F

Text Example


Text Example

White with #AA838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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