#ACA39C

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

Shades of Cloudy #ACA39C

Tints of Cloudy #ACA39C

Color information

#ACA39C (or 0xACA39C) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 9C. RGB value is (172,163,156). Sum of RGB (Red+Green+Blue) = 172+163+156=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA39C is #535C63. Grayscale: #A4A4A4. Windows color (decimal): -5463140 or 10265516. OLE color: 10265516.

HSL color Cylindrical-coordinate representation of color #ACA39C: hue angle of 26.25º 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 #ACA39C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172163156-
CMYK00.050.090.33
HSL26.25º8.79%64.31%-
HSV(B)26.25º9.3%67.45%-
XYZ36.1137.3736.76-
YUV164.89122.98133.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=35.03%
G=33.20%
B=31.77%

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
Decimal17216315600.050.090.3326.258.7964.31
HexACA39C059211a940
Octal2542432340511413211100
Binary101011001010001110011100010110011000011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA39C; }

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

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

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

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

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

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

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

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