#ABADAB

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

Shades of Rainee #ABADAB

Tints of Rainee #ABADAB

Color information

#ABADAB (or 0xABADAB) is unknown color: approx Rainee. HEX triplet: AB, AD and AB. RGB value is (171,173,171). Sum of RGB (Red+Green+Blue) = 171+173+171=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAB is #545254. Grayscale: #ACACAC. Windows color (decimal): -5526101 or 11251115. OLE color: 11251115.

HSL color Cylindrical-coordinate representation of color #ABADAB: hue angle of 120º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABADAB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB171173171-
CMYK0.0100.010.32
HSL120º1.2%67.45%-
HSV(B)120º1.16%67.84%-
XYZ39.0941.4944.48-
YUV172.17127.34127.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=33.20%
G=33.59%
B=33.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731710.0100.010.321201.267.45
HexABADAB1012078143
Octal253255253101401701103
Binary101010111010110110101011101100000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAB; }

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

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

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

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

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

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

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

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