#A692AB

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

Shades of East Side #A692AB

Tints of East Side #A692AB

Color information

#A692AB (or 0xA692AB) is unknown color: approx East Side. HEX triplet: A6, 92 and AB. RGB value is (166,146,171). Sum of RGB (Red+Green+Blue) = 166+146+171=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A692AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A692AB is #596D54. Grayscale: #9A9A9A. Windows color (decimal): -5860693 or 11244198. OLE color: 11244198.

HSL color Cylindrical-coordinate representation of color #A692AB: hue angle of 288º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A692AB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166146171-
CMYK0.030.1500.33
HSL288º12.95%62.16%-
HSV(B)288º14.62%67.06%-
XYZ33.3631.6142.87-
YUV154.83137.13135.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=34.37%
G=30.23%
B=35.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661461710.030.1500.3328812.9562.16
HexA692AB3F021120d3e
Octal2462222533170414401576
Binary10100110100100101010101111111101000011001000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692AB; }

 p { color: rgb(166,146,171); }

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

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

 a { background-color: rgb(166,146,171); }

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

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

 span { border-color: rgb(166,146,171); }

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