Html Css Color HEX #AA6788 Tapestry

📋 copy color: '#AA6788'

red 170 ◦ green 103 ◦ blue 136

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

Shades of Tapestry #AA6788

Tints of Tapestry #AA6788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 41.56%
G = 25.18%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA6788 (or 0xAA6788) is known color: Tapestry. HEX triplet: AA, 67 and 88. RGB value is (170,103,136). Sum of RGB (Red+Green+Blue) = 170+103+136=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6788 is #559877. Grayscale: #7E7E7E. Windows color (decimal): -5609592 or 8939434. OLE color: 8939434.

HSL color Cylindrical-coordinate representation of color #AA6788: hue angle of 330.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6788 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 136 -
CMYK 0 0.39 0.20 0.33
HSL 330.45º 0.28% 0.54% -
HSV(B) 330.45º 0.39% 0.67% -
XYZ 25.87 20.02 25.79 -
YUV 126.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 170 103 136 0 0.39 0.20 0.33 330.45 0.28 0.54
Hex AA 67 88 0 27 14 21 14A 1C 36
Octal 252 147 210 0 47 24 41 512 34 66
Binary 10101010 1100111 10001000 0 100111 10100 100001 101001010 11100 110110

Color Harmonies of #AA6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6788

Black with #AA6788

Text Example


Text Example

White with #AA6788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6788; }

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

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

background-color css

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

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

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

border-color css

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

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

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