#A299AB

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

Shades of East Side #A299AB

Tints of East Side #A299AB

Color information

#A299AB (or 0xA299AB) is unknown color: approx East Side. HEX triplet: A2, 99 and AB. RGB value is (162,153,171). Sum of RGB (Red+Green+Blue) = 162+153+171=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A299AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AB is #5D6654. Grayscale: #9D9D9D. Windows color (decimal): -6121045 or 11245986. OLE color: 11245986.

HSL color Cylindrical-coordinate representation of color #A299AB: hue angle of 270º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A299AB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162153171-
CMYK0.050.1100.33
HSL270º9.68%63.53%-
HSV(B)270º10.53%67.06%-
XYZ33.6433.443.2-
YUV157.74135.48131.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621531710.050.1100.332709.6863.53
HexA299AB5B02110ea40
Octal24223125351304141612100
Binary1010001010011001101010111011011010000110000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299AB; }

 p { color: rgb(162,153,171); }

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

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

 a { background-color: rgb(162,153,171); }

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

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

 span { border-color: rgb(162,153,171); }

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