#ACA097

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

Shades of Cloudy #ACA097

Tints of Cloudy #ACA097

Color information

#ACA097 (or 0xACA097) is unknown color: approx Cloudy. HEX triplet: AC, A0 and 97. RGB value is (172,160,151). Sum of RGB (Red+Green+Blue) = 172+160+151=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA097 is #535F68. Grayscale: #A2A2A2. Windows color (decimal): -5463913 or 9937068. OLE color: 9937068.

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

Color convert

RGB172160151-
CMYK00.070.120.33
HSL25.71º11.23%63.33%-
HSV(B)25.71º12.21%67.45%-
XYZ35.1736.1534.4-
YUV162.56121.48134.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=35.61%
G=33.13%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216015100.070.120.3325.7111.2363.33
HexACA09707C211ab3f
Octal254240227071441321377
Binary10101100101000001001011101111100100001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA097; }

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

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

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

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

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

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

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

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