#A092AE

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

Shades of East Side #A092AE

Tints of East Side #A092AE

Color information

#A092AE (or 0xA092AE) is unknown color: approx East Side. HEX triplet: A0, 92 and AE. RGB value is (160,146,174). Sum of RGB (Red+Green+Blue) = 160+146+174=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A092AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092AE is #5F6D51. Grayscale: #999999. Windows color (decimal): -6253906 or 11440800. OLE color: 11440800.

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

Color convert

RGB160146174-
CMYK0.080.1600.32
HSL270º14.74%62.75%-
HSV(B)270º16.09%68.24%-
XYZ32.4231.0944.34-
YUV153.38139.64132.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=33.33%
G=30.42%
B=36.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601461740.080.1600.3227014.7462.75
HexA092AE81002010ef3f
Octal24022225610200404161777
Binary10100000100100101010111010001000001000001000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092AE; }

 p { color: rgb(160,146,174); }

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

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

 a { background-color: rgb(160,146,174); }

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

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

 span { border-color: rgb(160,146,174); }

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