#ADB9AA

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

Shades of Rainee #ADB9AA

Tints of Rainee #ADB9AA

Color information

#ADB9AA (or 0xADB9AA) is unknown color: approx Rainee. HEX triplet: AD, B9 and AA. RGB value is (173,185,170). Sum of RGB (Red+Green+Blue) = 173+185+170=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AA is #524655. Grayscale: #B3B3B3. Windows color (decimal): -5391958 or 11188653. OLE color: 11188653.

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

Color convert

RGB173185170-
CMYK0.0600.080.27
HSL108º9.68%69.61%-
HSV(B)108º8.11%72.55%-
XYZ41.8446.4844.8-
YUV179.7122.52123.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=32.77%
G=35.04%
B=32.20%

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
Decimal1731851700.0600.080.271089.6869.61
HexADB9AA6081B6ca46
Octal25527125260103315412106
Binary1010110110111001101010101100100011011110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9AA; }

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

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

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

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

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

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

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

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