#ACA393

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

Shades of Cloudy #ACA393

Tints of Cloudy #ACA393

Color information

#ACA393 (or 0xACA393) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 93. RGB value is (172,163,147). Sum of RGB (Red+Green+Blue) = 172+163+147=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA393 is #535C6C. Grayscale: #A3A3A3. Windows color (decimal): -5463149 or 9675692. OLE color: 9675692.

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

Color convert

RGB172163147-
CMYK00.050.150.33
HSL38.4º13.09%62.55%-
HSV(B)38.4º14.53%67.45%-
XYZ35.3837.0732.89-
YUV163.87118.48133.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=35.68%
G=33.82%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216314700.050.150.3338.413.0962.55
HexACA39305F2126d3f
Octal254243223051741461577
Binary101011001010001110010011010111111000011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA393; }

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

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

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

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

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

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

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

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