#A699AD

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

Shades of East Side #A699AD

Tints of East Side #A699AD

Color information

#A699AD (or 0xA699AD) is unknown color: approx East Side. HEX triplet: A6, 99 and AD. RGB value is (166,153,173). Sum of RGB (Red+Green+Blue) = 166+153+173=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A699AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AD is #596652. Grayscale: #9F9F9F. Windows color (decimal): -5858899 or 11377062. OLE color: 11377062.

HSL color Cylindrical-coordinate representation of color #A699AD: hue angle of 279º 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 #A699AD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166153173-
CMYK0.040.1200.32
HSL279º10.87%63.92%-
HSV(B)279º11.56%67.84%-
XYZ34.6633.9144.25-
YUV159.17135.81132.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=33.74%
G=31.10%
B=35.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661531730.040.1200.3227910.8763.92
HexA699AD4C020117b40
Octal24623125541404042713100
Binary1010011010011001101011011001100010000010001011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699AD; }

 p { color: rgb(166,153,173); }

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

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

 a { background-color: rgb(166,153,173); }

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

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

 span { border-color: rgb(166,153,173); }

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