#ACA79B

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

Shades of Cloudy #ACA79B

Tints of Cloudy #ACA79B

Color information

#ACA79B (or 0xACA79B) is unknown color: approx Cloudy. HEX triplet: AC, A7 and 9B. RGB value is (172,167,155). Sum of RGB (Red+Green+Blue) = 172+167+155=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA79B is #535864. Grayscale: #A7A7A7. Windows color (decimal): -5462117 or 10201004. OLE color: 10201004.

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

Color convert

RGB172167155-
CMYK00.030.100.33
HSL42.35º9.29%64.12%-
HSV(B)42.35º9.88%67.45%-
XYZ36.7538.7736.56-
YUV167.13121.16131.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=34.82%
G=33.81%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216715500.030.100.3342.359.2964.12
HexACA79B03A212a940
Octal2542472330312415211100
Binary101011001010011110011011011101010000110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA79B; }

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

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

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

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

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

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

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

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