#ACA49C

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

Shades of Cloudy #ACA49C

Tints of Cloudy #ACA49C

Color information

#ACA49C (or 0xACA49C) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 9C. RGB value is (172,164,156). Sum of RGB (Red+Green+Blue) = 172+164+156=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA49C is #535B63. Grayscale: #A5A5A5. Windows color (decimal): -5462884 or 10265772. OLE color: 10265772.

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

Color convert

RGB172164156-
CMYK00.050.090.33
HSL30º8.79%64.31%-
HSV(B)30º9.3%67.45%-
XYZ36.2937.7236.82-
YUV165.48122.65132.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=34.96%
G=33.33%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415600.050.090.33308.7964.31
HexACA49C059211e940
Octal2542442340511413611100
Binary101011001010010010011100010110011000011111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA49C; }

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

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

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

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

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

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

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

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