#ABAAA5

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

Shades of Foggy Grey #ABAAA5

Tints of Foggy Grey #ABAAA5

Color information

#ABAAA5 (or 0xABAAA5) is unknown color: approx Foggy Grey. HEX triplet: AB, AA and A5. RGB value is (171,170,165). Sum of RGB (Red+Green+Blue) = 171+170+165=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA5 is #54555A. Grayscale: #A9A9A9. Windows color (decimal): -5526875 or 10857131. OLE color: 10857131.

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

Color convert

RGB171170165-
CMYK00.010.040.33
HSL50º3.45%65.88%-
HSV(B)50º3.51%67.06%-
XYZ37.9640.1241.34-
YUV169.73125.33128.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=33.79%
G=33.60%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117016500.010.040.33503.4565.88
HexABAAA50142132342
Octal25325224501441623102
Binary10101011101010101010010101100100001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAA5; }

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

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

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

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

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

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

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

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