#ACA092

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

Shades of Cloudy #ACA092

Tints of Cloudy #ACA092

Color information

#ACA092 (or 0xACA092) is unknown color: approx Cloudy. HEX triplet: AC, A0 and 92. RGB value is (172,160,146). Sum of RGB (Red+Green+Blue) = 172+160+146=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA092 is #535F6D. Grayscale: #A2A2A2. Windows color (decimal): -5463918 or 9609388. OLE color: 9609388.

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

Color convert

RGB172160146-
CMYK00.070.150.33
HSL32.31º13.54%62.35%-
HSV(B)32.31º15.12%67.45%-
XYZ34.7735.9932.31-
YUV161.99118.98135.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=35.98%
G=33.47%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216014600.070.150.3332.3113.5462.35
HexACA09207F2120e3e
Octal254240222071741401676
Binary101011001010000010010010011111111000011000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA092; }

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

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

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

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

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

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

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

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