#ACAC98

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

Shades of Foggy Grey #ACAC98

Tints of Foggy Grey #ACAC98

Color information

#ACAC98 (or 0xACAC98) is unknown color: approx Foggy Grey. HEX triplet: AC, AC and 98. RGB value is (172,172,152). Sum of RGB (Red+Green+Blue) = 172+172+152=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC98 is #535367. Grayscale: #A9A9A9. Windows color (decimal): -5460840 or 10005676. OLE color: 10005676.

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

Color convert

RGB172172152-
CMYK000.120.33
HSL60º10.75%63.53%-
HSV(B)60º11.63%67.45%-
XYZ37.4340.5435.56-
YUV169.72118129.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=34.68%
G=34.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172152000.120.336010.7563.53
HexACAC9800C213cb40
Octal2542542300014417413100
Binary10101100101011001001100000110010000111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC98; }

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

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

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

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

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

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

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

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