#ACA399

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

Shades of Cloudy #ACA399

Tints of Cloudy #ACA399

Color information

#ACA399 (or 0xACA399) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 99. RGB value is (172,163,153). Sum of RGB (Red+Green+Blue) = 172+163+153=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA399 is #535C66. Grayscale: #A4A4A4. Windows color (decimal): -5463143 or 10068908. OLE color: 10068908.

HSL color Cylindrical-coordinate representation of color #ACA399: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACA399 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB172163153-
CMYK00.050.110.33
HSL31.58º10.27%63.73%-
HSV(B)31.58º11.05%67.45%-
XYZ35.8637.2635.44-
YUV164.55121.48133.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=35.25%
G=33.40%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216315300.050.110.3331.5810.2763.73
HexACA39905B2120a40
Octal2542432310513414012100
Binary1010110010100011100110010101101110000110000010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA399; }

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

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

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

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

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

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

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

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