#ACA193

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

Shades of Cloudy #ACA193

Tints of Cloudy #ACA193

Color information

#ACA193 (or 0xACA193) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 93. RGB value is (172,161,147). Sum of RGB (Red+Green+Blue) = 172+161+147=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA193 is #535E6C. Grayscale: #A2A2A2. Windows color (decimal): -5463661 or 9675180. OLE color: 9675180.

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

Color convert

RGB172161147-
CMYK00.060.150.33
HSL33.6º13.09%62.55%-
HSV(B)33.6º14.53%67.45%-
XYZ35.0236.3732.78-
YUV162.69119.14134.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=35.83%
G=33.54%
B=30.62%

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
Decimal17216114700.060.150.3333.613.0962.55
HexACA19306F2122d3f
Octal254241223061741421577
Binary101011001010000110010011011011111000011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA193; }

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

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

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

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

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

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

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

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