#ACA396

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

Shades of Cloudy #ACA396

Tints of Cloudy #ACA396

Color information

#ACA396 (or 0xACA396) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 96. RGB value is (172,163,150). Sum of RGB (Red+Green+Blue) = 172+163+150=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA396 is #535C69. Grayscale: #A4A4A4. Windows color (decimal): -5463146 or 9872300. OLE color: 9872300.

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

Color convert

RGB172163150-
CMYK00.050.130.33
HSL35.45º11.7%63.14%-
HSV(B)35.45º12.79%67.45%-
XYZ35.6237.1734.15-
YUV164.21119.98133.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=35.46%
G=33.61%
B=30.93%

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
Decimal17216315000.050.130.3335.4511.763.14
HexACA39605D2123c3f
Octal254243226051541431477
Binary101011001010001110010110010111011000011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA396; }

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

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

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

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

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

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

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

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