#ACA192

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

Shades of Cloudy #ACA192

Tints of Cloudy #ACA192

Color information

#ACA192 (or 0xACA192) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 92. RGB value is (172,161,146). Sum of RGB (Red+Green+Blue) = 172+161+146=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA192 is #535E6D. Grayscale: #A2A2A2. Windows color (decimal): -5463662 or 9609644. OLE color: 9609644.

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

Color convert

RGB172161146-
CMYK00.060.150.33
HSL34.62º13.54%62.35%-
HSV(B)34.62º15.12%67.45%-
XYZ34.9536.3432.37-
YUV162.58118.64134.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=35.91%
G=33.61%
B=30.48%

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
Decimal17216114600.060.150.3334.6213.5462.35
HexACA19206F2123e3e
Octal254241222061741431676
Binary101011001010000110010010011011111000011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA192; }

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

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

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

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

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

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

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

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