#ACABA6

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

Shades of Foggy Grey #ACABA6

Tints of Foggy Grey #ACABA6

Color information

#ACABA6 (or 0xACABA6) is unknown color: approx Foggy Grey. HEX triplet: AC, AB and A6. RGB value is (172,171,166). Sum of RGB (Red+Green+Blue) = 172+171+166=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA6 is #535459. Grayscale: #AAAAAA. Windows color (decimal): -5461082 or 10922924. OLE color: 10922924.

HSL color Cylindrical-coordinate representation of color #ACABA6: 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.03%. Process color model (Four color, CMYK) of #ACABA6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172171166-
CMYK00.010.030.33
HSL50º3.49%66.27%-
HSV(B)50º3.49%67.45%-
XYZ38.4640.6541.9-
YUV170.73125.33128.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 166 (65.23% 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.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217116600.010.030.33503.4966.27
HexACABA60132132342
Octal25425324601341623102
Binary1010110010101011101001100111100001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABA6; }

 p { color: rgb(172,171,166); }

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

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

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

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

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

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

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