#ACABA4

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

Shades of Foggy Grey #ACABA4

Tints of Foggy Grey #ACABA4

Color information

#ACABA4 (or 0xACABA4) is unknown color: approx Foggy Grey. HEX triplet: AC, AB and A4. RGB value is (172,171,164). Sum of RGB (Red+Green+Blue) = 172+171+164=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA4 is #53545B. Grayscale: #AAAAAA. Windows color (decimal): -5461084 or 10791852. OLE color: 10791852.

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

Color convert

RGB172171164-
CMYK00.010.050.33
HSL52.5º4.6%65.88%-
HSV(B)52.5º4.65%67.45%-
XYZ38.2840.5840.94-
YUV170.5124.33129.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=33.93%
G=33.73%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217116400.010.050.3352.54.665.88
HexACABA40152135542
Octal25425324401541655102
Binary101011001010101110100100011011000011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABA4; }

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

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

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

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

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

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

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

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