#ACA296

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

Shades of Cloudy #ACA296

Tints of Cloudy #ACA296

Color information

#ACA296 (or 0xACA296) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 96. RGB value is (172,162,150). Sum of RGB (Red+Green+Blue) = 172+162+150=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA296 is #535D69. Grayscale: #A3A3A3. Windows color (decimal): -5463402 or 9872044. OLE color: 9872044.

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

Color convert

RGB172162150-
CMYK00.060.130.33
HSL32.73º11.7%63.14%-
HSV(B)32.73º12.79%67.45%-
XYZ35.4436.8134.09-
YUV163.62120.31133.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=35.54%
G=33.47%
B=30.99%

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
Decimal17216215000.060.130.3332.7311.763.14
HexACA29606D2121c3f
Octal254242226061541411477
Binary101011001010001010010110011011011000011000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA296; }

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

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

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

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

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

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

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

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