#ACA79E

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

Shades of Cloudy #ACA79E

Tints of Cloudy #ACA79E

Color information

#ACA79E (or 0xACA79E) is unknown color: approx Cloudy. HEX triplet: AC, A7 and 9E. RGB value is (172,167,158). Sum of RGB (Red+Green+Blue) = 172+167+158=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA79E is #535861. Grayscale: #A7A7A7. Windows color (decimal): -5462114 or 10397612. OLE color: 10397612.

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

Color convert

RGB172167158-
CMYK00.030.080.33
HSL38.57º7.78%64.71%-
HSV(B)38.57º8.14%67.45%-
XYZ3738.8837.9-
YUV167.47122.66131.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=34.61%
G=33.60%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216715800.030.080.3338.577.7864.71
HexACA79E0382127841
Octal2542472360310414710101
Binary101011001010011110011110011100010000110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA79E; }

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

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

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

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

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

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

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

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