#ACA093

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

Shades of Cloudy #ACA093

Tints of Cloudy #ACA093

Color information

#ACA093 (or 0xACA093) is unknown color: approx Cloudy. HEX triplet: AC, A0 and 93. RGB value is (172,160,147). Sum of RGB (Red+Green+Blue) = 172+160+147=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA093 is #535F6C. Grayscale: #A2A2A2. Windows color (decimal): -5463917 or 9674924. OLE color: 9674924.

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

Color convert

RGB172160147-
CMYK00.070.150.33
HSL31.2º13.09%62.55%-
HSV(B)31.2º14.53%67.45%-
XYZ34.8536.0232.72-
YUV162.11119.48135.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=35.91%
G=33.40%
B=30.69%

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
Decimal17216014700.070.150.3331.213.0962.55
HexACA09307F211fd3f
Octal254240223071741371577
Binary10101100101000001001001101111111100001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA093; }

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

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

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

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

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

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

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

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