#A895AE

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

Shades of East Side #A895AE

Tints of East Side #A895AE

Color information

#A895AE (or 0xA895AE) is unknown color: approx East Side. HEX triplet: A8, 95 and AE. RGB value is (168,149,174). Sum of RGB (Red+Green+Blue) = 168+149+174=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A895AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895AE is #576A51. Grayscale: #9D9D9D. Windows color (decimal): -5728850 or 11441576. OLE color: 11441576.

HSL color Cylindrical-coordinate representation of color #A895AE: hue angle of 285.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A895AE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168149174-
CMYK0.030.1400.32
HSL285.6º13.37%63.33%-
HSV(B)285.6º14.37%68.24%-
XYZ34.5432.8844.57-
YUV157.53137.29135.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=34.22%
G=30.35%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681491740.030.1400.32285.613.3763.33
HexA895AE3E02011ed3f
Octal2502252563160404361577
Binary10101000100101011010111011111001000001000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895AE; }

 p { color: rgb(168,149,174); }

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

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

 a { background-color: rgb(168,149,174); }

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

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

 span { border-color: rgb(168,149,174); }

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