#ACA49B

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

Shades of Cloudy #ACA49B

Tints of Cloudy #ACA49B

Color information

#ACA49B (or 0xACA49B) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 9B. RGB value is (172,164,155). Sum of RGB (Red+Green+Blue) = 172+164+155=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA49B is #535B64. Grayscale: #A5A5A5. Windows color (decimal): -5462885 or 10200236. OLE color: 10200236.

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

Color convert

RGB172164155-
CMYK00.050.100.33
HSL31.76º9.29%64.12%-
HSV(B)31.76º9.88%67.45%-
XYZ36.2137.6936.38-
YUV165.37122.15132.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=35.03%
G=33.40%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415500.050.100.3331.769.2964.12
HexACA49B05A2120940
Octal2542442330512414011100
Binary1010110010100100100110110101101010000110000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA49B; }

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

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

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

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

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

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

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

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