#ACA196

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

Shades of Cloudy #ACA196

Tints of Cloudy #ACA196

Color information

#ACA196 (or 0xACA196) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 96. RGB value is (172,161,150). Sum of RGB (Red+Green+Blue) = 172+161+150=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA196 is #535E69. Grayscale: #A3A3A3. Windows color (decimal): -5463658 or 9871788. OLE color: 9871788.

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

Color convert

RGB172161150-
CMYK00.060.130.33
HSL30º11.7%63.14%-
HSV(B)30º12.79%67.45%-
XYZ35.2636.4634.03-
YUV163.04120.64134.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=35.61%
G=33.33%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115000.060.130.333011.763.14
HexACA19606D211ec3f
Octal254241226061541361477
Binary10101100101000011001011001101101100001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA196; }

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

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

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

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

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

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

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

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