#ACAC99

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

Shades of Foggy Grey #ACAC99

Tints of Foggy Grey #ACAC99

Color information

#ACAC99 (or 0xACAC99) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and 99. RGB value is (172,172,153). Sum of RGB (Red+Green+Blue) = 172+172+153=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC99 is #535366. Grayscale: #A9A9A9. Windows color (decimal): -5460839 or 10071212. OLE color: 10071212.

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

Color convert

RGB172172153-
CMYK000.110.33
HSL60º10.27%63.73%-
HSV(B)60º11.05%67.45%-
XYZ37.5240.5835.99-
YUV169.83118.5129.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=34.61%
G=34.61%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172153000.110.336010.2763.73
HexACAC9900B213ca40
Octal2542542310013417412100
Binary10101100101011001001100100101110000111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC99; }

 p { color: rgb(172,172,153); }

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

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

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

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

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

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

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