#ABB8AB

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

Shades of Rainee #ABB8AB

Tints of Rainee #ABB8AB

Color information

#ABB8AB (or 0xABB8AB) is unknown color: approx Rainee. HEX triplet: AB, B8 and AB. RGB value is (171,184,171). Sum of RGB (Red+Green+Blue) = 171+184+171=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8AB is #544754. Grayscale: #B2B2B2. Windows color (decimal): -5523285 or 11253931. OLE color: 11253931.

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

Color convert

RGB171184171-
CMYK0.0700.070.28
HSL120º8.39%69.61%-
HSV(B)120º7.07%72.16%-
XYZ41.2945.8845.21-
YUV178.63123.69122.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=32.51%
G=34.98%
B=32.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841710.0700.070.281208.3969.61
HexABB8AB7071C78846
Octal2532702537073417010106
Binary101010111011100010101011111011111100111100010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8AB; }

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

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

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

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

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

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

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

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