#AD97B9

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

Shades of East Side #AD97B9

Tints of East Side #AD97B9

Color information

#AD97B9 (or 0xAD97B9) is unknown color: approx East Side. HEX triplet: AD, 97 and B9. RGB value is (173,151,185). Sum of RGB (Red+Green+Blue) = 173+151+185=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD97B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97B9 is #526846. Grayscale: #A1A1A1. Windows color (decimal): -5400647 or 12162989. OLE color: 12162989.

HSL color Cylindrical-coordinate representation of color #AD97B9: hue angle of 278.82º degrees, saturation: 0.2, 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 #AD97B9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173151185-
CMYK0.060.1800.27
HSL278.82º19.54%65.88%-
HSV(B)278.82º18.38%72.55%-
XYZ37.0634.5250.61-
YUV161.45141.29136.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=33.99%
G=29.67%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731511850.060.1800.27278.8219.5465.88
HexAD97B961201B1171442
Octal25522727162203342724102
Binary10101101100101111011100111010010011011100010111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97B9; }

 p { color: rgb(173,151,185); }

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

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

 a { background-color: rgb(173,151,185); }

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

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

 span { border-color: rgb(173,151,185); }

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