#ACA49A

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

Shades of Cloudy #ACA49A

Tints of Cloudy #ACA49A

Color information

#ACA49A (or 0xACA49A) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 9A. RGB value is (172,164,154). Sum of RGB (Red+Green+Blue) = 172+164+154=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA49A is #535B65. Grayscale: #A5A5A5. Windows color (decimal): -5462886 or 10134700. OLE color: 10134700.

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

Color convert

RGB172164154-
CMYK00.050.100.33
HSL33.33º9.78%63.92%-
HSV(B)33.33º10.47%67.45%-
XYZ36.1237.6535.94-
YUV165.25121.65132.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=35.10%
G=33.47%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415400.050.100.3333.339.7863.92
HexACA49A05A2121a40
Octal2542442320512414112100
Binary1010110010100100100110100101101010000110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA49A; }

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

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

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

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

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

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

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

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