#ACA294

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

Shades of Cloudy #ACA294

Tints of Cloudy #ACA294

Color information

#ACA294 (or 0xACA294) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 94. RGB value is (172,162,148). Sum of RGB (Red+Green+Blue) = 172+162+148=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA294 is #535D6B. Grayscale: #A3A3A3. Windows color (decimal): -5463404 or 9740972. OLE color: 9740972.

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

Color convert

RGB172162148-
CMYK00.060.140.33
HSL35º12.63%62.75%-
HSV(B)35º13.95%67.45%-
XYZ35.2836.7533.25-
YUV163.39119.31134.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=35.68%
G=33.61%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214800.060.140.333512.6362.75
HexACA29406E2123d3f
Octal254242224061641431577
Binary101011001010001010010100011011101000011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA294; }

 p { color: rgb(172,162,148); }

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

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

 a { background-color: rgb(172,162,148); }

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

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

 span { border-color: rgb(172,162,148); }

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