#A99CB6

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

Shades of East Side #A99CB6

Tints of East Side #A99CB6

Color information

#A99CB6 (or 0xA99CB6) is unknown color: approx East Side. HEX triplet: A9, 9C and B6. RGB value is (169,156,182). Sum of RGB (Red+Green+Blue) = 169+156+182=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #A99CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CB6 is #566349. Grayscale: #A2A2A2. Windows color (decimal): -5661514 or 11967657. OLE color: 11967657.

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

Color convert

RGB169156182-
CMYK0.070.1400.29
HSL270º15.12%66.27%-
HSV(B)270º14.29%71.37%-
XYZ36.6935.5949.19-
YUV162.85138.81132.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=33.33%
G=30.77%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691561820.070.1400.2927015.1266.27
HexA99CB67E01D10ef42
Octal25123426671603541617102
Binary101010011001110010110110111111001110110000111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CB6; }

 p { color: rgb(169,156,182); }

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

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

 a { background-color: rgb(169,156,182); }

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

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

 span { border-color: rgb(169,156,182); }

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