#ACA095

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

Shades of Cloudy #ACA095

Tints of Cloudy #ACA095

Color information

#ACA095 (or 0xACA095) is unknown color: approx Cloudy. HEX triplet: AC, A0 and 95. RGB value is (172,160,149). Sum of RGB (Red+Green+Blue) = 172+160+149=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA095 is #535F6A. Grayscale: #A2A2A2. Windows color (decimal): -5463915 or 9805996. OLE color: 9805996.

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

Color convert

RGB172160149-
CMYK00.070.130.33
HSL28.7º12.17%62.94%-
HSV(B)28.7º13.37%67.45%-
XYZ35.0136.0833.55-
YUV162.33120.48134.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=35.76%
G=33.26%
B=30.98%

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
Decimal17216014900.070.130.3328.712.1762.94
HexACA09507D211dc3f
Octal254240225071541351477
Binary10101100101000001001010101111101100001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA095; }

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

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

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

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

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

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

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

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