#ADBBA9

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

Shades of Rainee #ADBBA9

Tints of Rainee #ADBBA9

Color information

#ADBBA9 (or 0xADBBA9) is unknown color: approx Rainee. HEX triplet: AD, BB and A9. RGB value is (173,187,169). Sum of RGB (Red+Green+Blue) = 173+187+169=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA9 is #524456. Grayscale: #B4B4B4. Windows color (decimal): -5391447 or 11123629. OLE color: 11123629.

HSL color Cylindrical-coordinate representation of color #ADBBA9: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBBA9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB173187169-
CMYK0.0700.100.27
HSL106.67º11.69%69.8%-
HSV(B)106.67º9.63%73.33%-
XYZ42.1747.2944.44-
YUV180.76121.36122.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=32.70%
G=35.35%
B=31.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871690.0700.100.27106.6711.6969.8
HexADBBA970A1B6bc46
Octal25527325170123315314106
Binary1010110110111011101010011110101011011110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBA9; }

 p { color: rgb(173,187,169); }

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

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

 a { background-color: rgb(173,187,169); }

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

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

 span { border-color: rgb(173,187,169); }

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