#A999B4

Color #A999B4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A999B4

Tints of East Side #A999B4

Color information

#A999B4 (or 0xA999B4) is unknown color: approx East Side. HEX triplet: A9, 99 and B4. RGB value is (169,153,180). Sum of RGB (Red+Green+Blue) = 169+153+180=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A999B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999B4 is #56664B. Grayscale: #A0A0A0. Windows color (decimal): -5662284 or 11835817. OLE color: 11835817.

HSL color Cylindrical-coordinate representation of color #A999B4: hue angle of 275.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A999B4 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169153180-
CMYK0.060.1500.29
HSL275.56º15.25%65.29%-
HSV(B)275.56º15%70.59%-
XYZ35.9934.5147.94-
YUV160.86138.8133.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=33.67%
G=30.48%
B=35.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691531800.060.1500.29275.5615.2565.29
HexA999B46F01D114f41
Octal25123126461703542417101
Binary101010011001100110110100110111101110110001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999B4; }

 p { color: rgb(169,153,180); }

 H1.HeaderClassName
 {
   color: #A999B4;
 }
 .AnyTagClassName
 {
   color: #A999B4;
 }
</style>
background-color css

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

 a { background-color: rgb(169,153,180); }

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

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

 span { border-color: rgb(169,153,180); }

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