#ACA191

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

Shades of Cloudy #ACA191

Tints of Cloudy #ACA191

Color information

#ACA191 (or 0xACA191) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 91. RGB value is (172,161,145). Sum of RGB (Red+Green+Blue) = 172+161+145=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA191 is #535E6E. Grayscale: #A2A2A2. Windows color (decimal): -5463663 or 9544108. OLE color: 9544108.

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

Color convert

RGB172161145-
CMYK00.060.160.33
HSL35.56º13.99%62.16%-
HSV(B)35.56º15.7%67.45%-
XYZ34.8736.331.96-
YUV162.46118.14134.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=35.98%
G=33.68%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216114500.060.160.3335.5613.9962.16
HexACA19106102124e3e
Octal254241221062041441676
Binary1010110010100001100100010110100001000011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA191; }

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

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

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

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

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

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

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

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