Html Css Color HEX #AA7688 Tapestry

📋 copy color: '#AA7688'

red 170 ◦ green 118 ◦ blue 136

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

Shades of Tapestry #AA7688

Tints of Tapestry #AA7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 40.09%
G = 27.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA7688 (or 0xAA7688) is known color: Tapestry. HEX triplet: AA, 76 and 88. RGB value is (170,118,136). Sum of RGB (Red+Green+Blue) = 170+118+136=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7688 is #558977. Grayscale: #878787. Windows color (decimal): -5605752 or 8943274. OLE color: 8943274.

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

Color convert

RGB 170 118 136 -
CMYK 0 0.31 0.20 0.33
HSL 339.23º 0.23% 0.56% -
HSV(B) 339.23º 0.31% 0.67% -
XYZ 27.5 23.28 26.34 -
YUV 135.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 170 118 136 0 0.31 0.20 0.33 339.23 0.23 0.56
Hex AA 76 88 0 1F 14 21 153 17 38
Octal 252 166 210 0 37 24 41 523 27 70
Binary 10101010 1110110 10001000 0 11111 10100 100001 101010011 10111 111000

Color Harmonies of #AA7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7688

Black with #AA7688

Text Example


Text Example

White with #AA7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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