#ADBBAB

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

Shades of Rainee #ADBBAB

Tints of Rainee #ADBBAB

Color information

#ADBBAB (or 0xADBBAB) is unknown color: approx Rainee. HEX triplet: AD, BB and AB. RGB value is (173,187,171). Sum of RGB (Red+Green+Blue) = 173+187+171=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBAB is #524454. Grayscale: #B5B5B5. Windows color (decimal): -5391445 or 11254701. OLE color: 11254701.

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

Color convert

RGB173187171-
CMYK0.0700.090.27
HSL112.5º10.53%70.2%-
HSV(B)112.5º8.56%73.33%-
XYZ42.3547.3745.44-
YUV180.99122.36122.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=32.58%
G=35.22%
B=32.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871710.0700.090.27112.510.5370.2
HexADBBAB7091B70b46
Octal25527325370113316013106
Binary1010110110111011101010111110100111011111000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBAB; }

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

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

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

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

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

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

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

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