#AD99BA

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

Shades of East Side #AD99BA

Tints of East Side #AD99BA

Color information

#AD99BA (or 0xAD99BA) is unknown color: approx East Side. HEX triplet: AD, 99 and BA. RGB value is (173,153,186). Sum of RGB (Red+Green+Blue) = 173+153+186=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BA is #526645. Grayscale: #A2A2A2. Windows color (decimal): -5400134 or 12229037. OLE color: 12229037.

HSL color Cylindrical-coordinate representation of color #AD99BA: hue angle of 276.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD99BA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173153186-
CMYK0.070.1800.27
HSL276.36º19.3%66.47%-
HSV(B)276.36º17.74%72.94%-
XYZ37.4935.2151.28-
YUV162.74141.13135.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=33.79%
G=29.88%
B=36.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731531860.070.1800.27276.3619.366.47
HexAD99BA71201B1141342
Octal25523127272203342423102
Binary10101101100110011011101011110010011011100010100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99BA; }

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

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

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

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

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

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

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

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