#ABB2AB

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

Shades of Rainee #ABB2AB

Tints of Rainee #ABB2AB

Color information

#ABB2AB (or 0xABB2AB) is unknown color: approx Rainee. HEX triplet: AB, B2 and AB. RGB value is (171,178,171). Sum of RGB (Red+Green+Blue) = 171+178+171=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2AB is #544D54. Grayscale: #AFAFAF. Windows color (decimal): -5524821 or 11252395. OLE color: 11252395.

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

Color convert

RGB171178171-
CMYK0.0400.040.30
HSL120º4.35%68.43%-
HSV(B)120º3.93%69.8%-
XYZ40.0743.4444.8-
YUV175.11125.68125.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=32.88%
G=34.23%
B=32.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781710.0400.040.301204.3568.43
HexABB2AB4041E78444
Octal253262253404361704104
Binary10101011101100101010101110001001111011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2AB; }

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

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

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

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

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

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

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

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