#ACAA9A

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

Shades of Foggy Grey #ACAA9A

Tints of Foggy Grey #ACAA9A

Color information

#ACAA9A (or 0xACAA9A) is unknown color: approx Foggy Grey. HEX triplet: AC, AA and 9A. RGB value is (172,170,154). Sum of RGB (Red+Green+Blue) = 172+170+154=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9A is #535565. Grayscale: #A8A8A8. Windows color (decimal): -5461350 or 10136236. OLE color: 10136236.

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

Color convert

RGB172170154-
CMYK00.010.100.33
HSL53.33º9.78%63.92%-
HSV(B)53.33º10.47%67.45%-
XYZ37.2239.8536.3-
YUV168.77119.66130.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=34.68%
G=34.27%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217015400.010.100.3353.339.7863.92
HexACAA9A01A2135a40
Octal2542522320112416512100
Binary10101100101010101001101001101010000111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA9A; }

 p { color: rgb(172,170,154); }

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

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

 a { background-color: rgb(172,170,154); }

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

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

 span { border-color: rgb(172,170,154); }

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