Html Css Color HEX #AA9BB7 East Side

📋 copy color: '#AA9BB7'

red 170 ◦ green 155 ◦ blue 183

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

Shades of East Side #AA9BB7

Tints of East Side #AA9BB7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.51%

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 33.46%
G = 30.51%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA9BB7 (or 0xAA9BB7) is known color: East Side. HEX triplet: AA, 9B and B7. RGB value is (170,155,183). Sum of RGB (Red+Green+Blue) = 170+155+183=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA9BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BB7 is #556448. Grayscale: #A2A2A2. Windows color (decimal): -5596233 or 12032938. OLE color: 12032938.

HSL color Cylindrical-coordinate representation of color #AA9BB7: hue angle of 272.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9BB7 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 155 183 -
CMYK 0.07 0.15 0 0.28
HSL 272.14º 0.16% 0.66% -
HSV(B) 272.14º 0.15% 0.72% -
XYZ 36.85 35.41 49.69 -
YUV 162.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 170 155 183 0.07 0.15 0 0.28 272.14 0.16 0.66
Hex AA 9B B7 7 F 0 1C 110 10 42
Octal 252 233 267 7 17 0 34 420 20 102
Binary 10101010 10011011 10110111 111 1111 0 11100 100010000 10000 1000010

Color Harmonies of #AA9BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BB7

Black with #AA9BB7

Text Example


Text Example

White with #AA9BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BB7; }

 p { color: rgb(170,155,183); }

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

background-color css

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

 a { background-color: rgb(170,155,183); }

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

border-color css

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

 span { border-color: rgb(170,155,183); }

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