#ABB9A9

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

Shades of Rainee #ABB9A9

Tints of Rainee #ABB9A9

Color information

#ABB9A9 (or 0xABB9A9) is unknown color: approx Rainee. HEX triplet: AB, B9 and A9. RGB value is (171,185,169). Sum of RGB (Red+Green+Blue) = 171+185+169=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9A9 is #544656. Grayscale: #B3B3B3. Windows color (decimal): -5523031 or 11123115. OLE color: 11123115.

HSL color Cylindrical-coordinate representation of color #ABB9A9: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB9A9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB171185169-
CMYK0.0800.090.27
HSL112.5º10.26%69.41%-
HSV(B)112.5º8.65%72.55%-
XYZ41.346.2244.28-
YUV178.99122.36122.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=32.57%
G=35.24%
B=32.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851690.0800.090.27112.510.2669.41
HexABB9A98091B70a45
Octal253271251100113316012105
Binary10101011101110011010100110000100111011111000010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9A9; }

 p { color: rgb(171,185,169); }

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

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

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

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

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

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

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