#ABB2AA

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

Shades of Rainee #ABB2AA

Tints of Rainee #ABB2AA

Color information

#ABB2AA (or 0xABB2AA) is unknown color: approx Rainee. HEX triplet: AB, B2 and AA. RGB value is (171,178,170). Sum of RGB (Red+Green+Blue) = 171+178+170=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2AA is #544D55. Grayscale: #AFAFAF. Windows color (decimal): -5524822 or 11186859. OLE color: 11186859.

HSL color Cylindrical-coordinate representation of color #ABB2AA: hue angle of 112.5º degrees, saturation: 0.05, 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 #ABB2AA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB171178170-
CMYK0.0400.040.30
HSL112.5º4.94%68.24%-
HSV(B)112.5º4.49%69.8%-
XYZ39.9743.444.3-
YUV174.99125.18125.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=32.95%
G=34.30%
B=32.76%

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
Decimal1711781700.0400.040.30112.54.9468.24
HexABB2AA4041E70544
Octal253262252404361605104
Binary10101011101100101010101010001001111011100001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2AA; }

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

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

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

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

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

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

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

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