#A399AE

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

Shades of East Side #A399AE

Tints of East Side #A399AE

Color information

#A399AE (or 0xA399AE) is unknown color: approx East Side. HEX triplet: A3, 99 and AE. RGB value is (163,153,174). Sum of RGB (Red+Green+Blue) = 163+153+174=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A399AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AE is #5C6651. Grayscale: #9E9E9E. Windows color (decimal): -6055506 or 11442595. OLE color: 11442595.

HSL color Cylindrical-coordinate representation of color #A399AE: hue angle of 268.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A399AE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163153174-
CMYK0.060.1200.32
HSL268.57º11.48%64.12%-
HSV(B)268.57º12.07%68.24%-
XYZ34.1433.6244.74-
YUV158.38136.81131.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=33.27%
G=31.22%
B=35.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631531740.060.1200.32268.5711.4864.12
HexA399AE6C02010db40
Octal24323125661404041513100
Binary1010001110011001101011101101100010000010000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399AE; }

 p { color: rgb(163,153,174); }

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

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

 a { background-color: rgb(163,153,174); }

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

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

 span { border-color: rgb(163,153,174); }

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