Html Css Color HEX #AA888A Tapestry

📋 copy color: '#AA888A'

red 170 ◦ green 136 ◦ blue 138

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

Shades of Tapestry #AA888A

Tints of Tapestry #AA888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 38.29%
G = 30.63%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA888A (or 0xAA888A) is known color: Tapestry. HEX triplet: AA, 88 and 8A. RGB value is (170,136,138). Sum of RGB (Red+Green+Blue) = 170+136+138=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888A is #557775. Grayscale: #929292. Windows color (decimal): -5601142 or 9078954. OLE color: 9078954.

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

Color convert

RGB 170 136 138 -
CMYK 0 0.20 0.19 0.33
HSL 356.47º 0.17% 0.6% -
HSV(B) 356.47º 0.2% 0.67% -
XYZ 29.97 27.99 27.87 -
YUV 146.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 170 136 138 0 0.20 0.19 0.33 356.47 0.17 0.6
Hex AA 88 8A 0 14 13 21 164 11 3C
Octal 252 210 212 0 24 23 41 544 21 74
Binary 10101010 10001000 10001010 0 10100 10011 100001 101100100 10001 111100

Color Harmonies of #AA888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA888A

Black with #AA888A

Text Example


Text Example

White with #AA888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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