#ADB9AB

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

Shades of Rainee #ADB9AB

Tints of Rainee #ADB9AB

Color information

#ADB9AB (or 0xADB9AB) is unknown color: approx Rainee. HEX triplet: AD, B9 and AB. RGB value is (173,185,171). Sum of RGB (Red+Green+Blue) = 173+185+171=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AB is #524654. Grayscale: #B3B3B3. Windows color (decimal): -5391957 or 11254189. OLE color: 11254189.

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

Color convert

RGB173185171-
CMYK0.0600.080.27
HSL111.43º9.09%69.8%-
HSV(B)111.43º7.57%72.55%-
XYZ41.9346.5245.3-
YUV179.82123.02123.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=32.70%
G=34.97%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851710.0600.080.27111.439.0969.8
HexADB9AB6081B6f946
Octal25527125360103315711106
Binary1010110110111001101010111100100011011110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9AB; }

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

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

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

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

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

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

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

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