#ABB0AB

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

Shades of Rainee #ABB0AB

Tints of Rainee #ABB0AB

Color information

#ABB0AB (or 0xABB0AB) is unknown color: approx Rainee. HEX triplet: AB, B0 and AB. RGB value is (171,176,171). Sum of RGB (Red+Green+Blue) = 171+176+171=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0AB is #544F54. Grayscale: #ADADAD. Windows color (decimal): -5525333 or 11251883. OLE color: 11251883.

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

Color convert

RGB171176171-
CMYK0.0300.030.31
HSL120º3.07%68.04%-
HSV(B)120º2.84%69.02%-
XYZ39.6742.6544.67-
YUV173.94126.34125.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=33.01%
G=33.98%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761710.0300.030.311203.0768.04
HexABB0AB3031F78344
Octal253260253303371703104
Binary10101011101100001010101111011111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0AB; }

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

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

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

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

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

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

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

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