#ACA096

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

Shades of Cloudy #ACA096

Tints of Cloudy #ACA096

Color information

#ACA096 (or 0xACA096) is unknown color: approx Cloudy. HEX triplet: AC, A0 and 96. RGB value is (172,160,150). Sum of RGB (Red+Green+Blue) = 172+160+150=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA096 is #535F69. Grayscale: #A2A2A2. Windows color (decimal): -5463914 or 9871532. OLE color: 9871532.

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

Color convert

RGB172160150-
CMYK00.070.130.33
HSL27.27º11.7%63.14%-
HSV(B)27.27º12.79%67.45%-
XYZ35.0936.1133.98-
YUV162.45120.98134.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=35.68%
G=33.20%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216015000.070.130.3327.2711.763.14
HexACA09607D211bc3f
Octal254240226071541331477
Binary10101100101000001001011001111101100001110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA096; }

 p { color: rgb(172,160,150); }

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

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

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

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

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

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

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