#ACA197

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

Shades of Cloudy #ACA197

Tints of Cloudy #ACA197

Color information

#ACA197 (or 0xACA197) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 97. RGB value is (172,161,151). Sum of RGB (Red+Green+Blue) = 172+161+151=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA197 is #535E68. Grayscale: #A3A3A3. Windows color (decimal): -5463657 or 9937324. OLE color: 9937324.

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

Color convert

RGB172161151-
CMYK00.060.120.33
HSL28.57º11.23%63.33%-
HSV(B)28.57º12.21%67.45%-
XYZ35.3436.4934.46-
YUV163.15121.14134.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=35.54%
G=33.26%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115100.060.120.3328.5711.2363.33
HexACA19706C211db3f
Octal254241227061441351377
Binary10101100101000011001011101101100100001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA197; }

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

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

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

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

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

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

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

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