Html Css Color HEX #AA808B Tapestry

📋 copy color: '#AA808B'

red 170 ◦ green 128 ◦ blue 139

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

Shades of Tapestry #AA808B

Tints of Tapestry #AA808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

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

R = 38.9%
G = 29.29%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA808B (or 0xAA808B) is known color: Tapestry. HEX triplet: AA, 80 and 8B. RGB value is (170,128,139). Sum of RGB (Red+Green+Blue) = 170+128+139=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808B is #557F74. Grayscale: #8D8D8D. Windows color (decimal): -5603189 or 9142442. OLE color: 9142442.

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

Color convert

RGB 170 128 139 -
CMYK 0 0.25 0.18 0.33
HSL 344.29º 0.2% 0.58% -
HSV(B) 344.29º 0.25% 0.67% -
XYZ 28.96 25.85 27.89 -
YUV 141.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 170 128 139 0 0.25 0.18 0.33 344.29 0.2 0.58
Hex AA 80 8B 0 19 12 21 158 14 3A
Octal 252 200 213 0 31 22 41 530 24 72
Binary 10101010 10000000 10001011 0 11001 10010 100001 101011000 10100 111010

Color Harmonies of #AA808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA808B

Black with #AA808B

Text Example


Text Example

White with #AA808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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