#AD92B9

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

Shades of East Side #AD92B9

Tints of East Side #AD92B9

Color information

#AD92B9 (or 0xAD92B9) is unknown color: approx East Side. HEX triplet: AD, 92 and B9. RGB value is (173,146,185). Sum of RGB (Red+Green+Blue) = 173+146+185=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD92B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92B9 is #526D46. Grayscale: #9E9E9E. Windows color (decimal): -5401927 or 12161709. OLE color: 12161709.

HSL color Cylindrical-coordinate representation of color #AD92B9: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD92B9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173146185-
CMYK0.060.2100.27
HSL281.54º21.79%64.9%-
HSV(B)281.54º21.08%72.55%-
XYZ36.2732.9450.35-
YUV158.52142.95138.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=34.33%
G=28.97%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731461850.060.2100.27281.5421.7964.9
HexAD92B961501B11a1641
Octal25522227162503343226101
Binary10101101100100101011100111010101011011100011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92B9; }

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

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

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

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

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

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

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

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