#ACA499

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

Shades of Cloudy #ACA499

Tints of Cloudy #ACA499

Color information

#ACA499 (or 0xACA499) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 99. RGB value is (172,164,153). Sum of RGB (Red+Green+Blue) = 172+164+153=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA499 is #535B66. Grayscale: #A5A5A5. Windows color (decimal): -5462887 or 10069164. OLE color: 10069164.

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

Color convert

RGB172164153-
CMYK00.050.110.33
HSL34.74º10.27%63.73%-
HSV(B)34.74º11.05%67.45%-
XYZ36.0437.6235.5-
YUV165.14121.15132.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=35.17%
G=33.54%
B=31.29%

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
Decimal17216415300.050.110.3334.7410.2763.73
HexACA49905B2123a40
Octal2542442310513414312100
Binary1010110010100100100110010101101110000110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA499; }

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

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

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

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

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

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

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

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