#ACA496

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

Shades of Cloudy #ACA496

Tints of Cloudy #ACA496

Color information

#ACA496 (or 0xACA496) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 96. RGB value is (172,164,150). Sum of RGB (Red+Green+Blue) = 172+164+150=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA496 is #535B69. Grayscale: #A4A4A4. Windows color (decimal): -5462890 or 9872556. OLE color: 9872556.

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

Color convert

RGB172164150-
CMYK00.050.130.33
HSL38.18º11.7%63.14%-
HSV(B)38.18º12.79%67.45%-
XYZ35.7937.5234.21-
YUV164.8119.65133.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=35.39%
G=33.74%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415000.050.130.3338.1811.763.14
HexACA49605D2126c3f
Octal254244226051541461477
Binary101011001010010010010110010111011000011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA496; }

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

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

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

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

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

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

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

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