#ACA293

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

Shades of Cloudy #ACA293

Tints of Cloudy #ACA293

Color information

#ACA293 (or 0xACA293) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 93. RGB value is (172,162,147). Sum of RGB (Red+Green+Blue) = 172+162+147=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA293 is #535D6C. Grayscale: #A3A3A3. Windows color (decimal): -5463405 or 9675436. OLE color: 9675436.

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

Color convert

RGB172162147-
CMYK00.060.150.33
HSL36º13.09%62.55%-
HSV(B)36º14.53%67.45%-
XYZ35.236.7232.84-
YUV163.28118.81134.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=35.76%
G=33.68%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214700.060.150.333613.0962.55
HexACA29306F2124d3f
Octal254242223061741441577
Binary101011001010001010010011011011111000011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA293; }

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

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

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

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

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

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

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

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