Html Css Color HEX #AA888B Tapestry

📋 copy color: '#AA888B'

red 170 ◦ green 136 ◦ blue 139

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

Shades of Tapestry #AA888B

Tints of Tapestry #AA888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.56%

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

R = 38.2%
G = 30.56%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA888B (or 0xAA888B) is known color: Tapestry. HEX triplet: AA, 88 and 8B. RGB value is (170,136,139). Sum of RGB (Red+Green+Blue) = 170+136+139=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888B is #557774. Grayscale: #929292. Windows color (decimal): -5601141 or 9144490. OLE color: 9144490.

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

Color convert

RGB 170 136 139 -
CMYK 0 0.20 0.18 0.33
HSL 354.71º 0.17% 0.6% -
HSV(B) 354.71º 0.2% 0.67% -
XYZ 30.04 28.02 28.25 -
YUV 146.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 170 136 139 0 0.20 0.18 0.33 354.71 0.17 0.6
Hex AA 88 8B 0 14 12 21 163 11 3C
Octal 252 210 213 0 24 22 41 543 21 74
Binary 10101010 10001000 10001011 0 10100 10010 100001 101100011 10001 111100

Color Harmonies of #AA888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA888B

Black with #AA888B

Text Example


Text Example

White with #AA888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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