#ABB3AB

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

Shades of Rainee #ABB3AB

Tints of Rainee #ABB3AB

Color information

#ABB3AB (or 0xABB3AB) is unknown color: approx Rainee. HEX triplet: AB, B3 and AB. RGB value is (171,179,171). Sum of RGB (Red+Green+Blue) = 171+179+171=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3AB is #544C54. Grayscale: #AFAFAF. Windows color (decimal): -5524565 or 11252651. OLE color: 11252651.

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

Color convert

RGB171179171-
CMYK0.0400.040.30
HSL120º5%68.63%-
HSV(B)120º4.47%70.2%-
XYZ40.2743.8444.87-
YUV175.7125.35124.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=32.82%
G=34.36%
B=32.82%

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
Decimal1711791710.0400.040.30120568.63
HexABB3AB4041E78545
Octal253263253404361705105
Binary10101011101100111010101110001001111011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3AB; }

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

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

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

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

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

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

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

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