#ABAFAB

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

Shades of Rainee #ABAFAB

Tints of Rainee #ABAFAB

Color information

#ABAFAB (or 0xABAFAB) is unknown color: approx Rainee. HEX triplet: AB, AF and AB. RGB value is (171,175,171). Sum of RGB (Red+Green+Blue) = 171+175+171=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAB is #545054. Grayscale: #ADADAD. Windows color (decimal): -5525589 or 11251627. OLE color: 11251627.

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

Color convert

RGB171175171-
CMYK0.0200.020.31
HSL120º2.44%67.84%-
HSV(B)120º2.29%68.63%-
XYZ39.4842.2644.6-
YUV173.35126.67126.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=33.08%
G=33.85%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751710.0200.020.311202.4467.84
HexABAFAB2021F78244
Octal253257253202371702104
Binary10101011101011111010101110010111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFAB; }

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

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

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

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

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

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

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

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