#ABABA1

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

Shades of Foggy Grey #ABABA1

Tints of Foggy Grey #ABABA1

Color information

#ABABA1 (or 0xABABA1) is unknown color: approx Foggy Grey. HEX triplet: AB, AB and A1. RGB value is (171,171,161). Sum of RGB (Red+Green+Blue) = 171+171+161=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA1 is #54545E. Grayscale: #A9A9A9. Windows color (decimal): -5526623 or 10595243. OLE color: 10595243.

HSL color Cylindrical-coordinate representation of color #ABABA1: hue angle of 60º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABABA1 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171171161-
CMYK000.060.33
HSL60º5.62%65.1%-
HSV(B)60º5.85%67.06%-
XYZ37.7940.3639.52-
YUV169.86123128.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=34.00%
G=34.00%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171161000.060.33605.6265.1
HexABABA1006213c641
Octal25325324100641746101
Binary101010111010101110100001001101000011111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA1; }

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

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

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

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

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

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

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

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