Html Css Color HEX #AA788B Tapestry

📋 copy color: '#AA788B'

red 170 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #AA788B

Tints of Tapestry #AA788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.97%

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

R = 39.63%
G = 27.97%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA788B (or 0xAA788B) is known color: Tapestry. HEX triplet: AA, 78 and 8B. RGB value is (170,120,139). Sum of RGB (Red+Green+Blue) = 170+120+139=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788B is #558774. Grayscale: #898989. Windows color (decimal): -5605237 or 9140394. OLE color: 9140394.

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

Color convert

RGB 170 120 139 -
CMYK 0 0.29 0.18 0.33
HSL 337.2º 0.23% 0.57% -
HSV(B) 337.2º 0.29% 0.67% -
XYZ 27.95 23.84 27.55 -
YUV 137.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 170 120 139 0 0.29 0.18 0.33 337.2 0.23 0.57
Hex AA 78 8B 0 1D 12 21 151 17 39
Octal 252 170 213 0 35 22 41 521 27 71
Binary 10101010 1111000 10001011 0 11101 10010 100001 101010001 10111 111001

Color Harmonies of #AA788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA788B

Black with #AA788B

Text Example


Text Example

White with #AA788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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