#ACA497

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

Shades of Cloudy #ACA497

Tints of Cloudy #ACA497

Color information

#ACA497 (or 0xACA497) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 97. RGB value is (172,164,151). Sum of RGB (Red+Green+Blue) = 172+164+151=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA497 is #535B68. Grayscale: #A4A4A4. Windows color (decimal): -5462889 or 9938092. OLE color: 9938092.

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

Color convert

RGB172164151-
CMYK00.050.120.33
HSL37.14º11.23%63.33%-
HSV(B)37.14º12.21%67.45%-
XYZ35.8737.5634.64-
YUV164.91120.15133.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=35.32%
G=33.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415100.050.120.3337.1411.2363.33
HexACA49705C2125b3f
Octal254244227051441451377
Binary101011001010010010010111010111001000011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA497; }

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

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

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

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

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

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

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

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