#ACA79C

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

Shades of Cloudy #ACA79C

Tints of Cloudy #ACA79C

Color information

#ACA79C (or 0xACA79C) is unknown color: approx Cloudy. HEX triplet: AC, A7 and 9C. RGB value is (172,167,156). Sum of RGB (Red+Green+Blue) = 172+167+156=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA79C is #535863. Grayscale: #A7A7A7. Windows color (decimal): -5462116 or 10266540. OLE color: 10266540.

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

Color convert

RGB172167156-
CMYK00.030.090.33
HSL41.25º8.79%64.31%-
HSV(B)41.25º9.3%67.45%-
XYZ36.8338.8137-
YUV167.24121.66131.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=34.75%
G=33.74%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216715600.030.090.3341.258.7964.31
HexACA79C0392129940
Octal2542472340311415111100
Binary101011001010011110011100011100110000110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA79C; }

 p { color: rgb(172,167,156); }

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

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

 a { background-color: rgb(172,167,156); }

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

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

 span { border-color: rgb(172,167,156); }

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