Html Css Color HEX #AA868B Tapestry

📋 copy color: '#AA868B'

red 170 ◦ green 134 ◦ blue 139

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

Shades of Tapestry #AA868B

Tints of Tapestry #AA868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 38.37%
G = 30.25%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA868B (or 0xAA868B) is known color: Tapestry. HEX triplet: AA, 86 and 8B. RGB value is (170,134,139). Sum of RGB (Red+Green+Blue) = 170+134+139=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA868B is #557974. Grayscale: #919191. Windows color (decimal): -5601653 or 9143978. OLE color: 9143978.

HSL color Cylindrical-coordinate representation of color #AA868B: hue angle of 351.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA868B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 134 139 -
CMYK 0 0.21 0.18 0.33
HSL 351.67º 0.17% 0.6% -
HSV(B) 351.67º 0.21% 0.67% -
XYZ 29.76 27.46 28.16 -
YUV 145.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 170 134 139 0 0.21 0.18 0.33 351.67 0.17 0.6
Hex AA 86 8B 0 15 12 21 160 11 3C
Octal 252 206 213 0 25 22 41 540 21 74
Binary 10101010 10000110 10001011 0 10101 10010 100001 101100000 10001 111100

Color Harmonies of #AA868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA868B

Black with #AA868B

Text Example


Text Example

White with #AA868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA868B; }

 p { color: rgb(170,134,139); }

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

background-color css

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

 a { background-color: rgb(170,134,139); }

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

border-color css

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

 span { border-color: rgb(170,134,139); }

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