#ACA69C

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

Shades of Cloudy #ACA69C

Tints of Cloudy #ACA69C

Color information

#ACA69C (or 0xACA69C) is unknown color: approx Cloudy. HEX triplet: AC, A6 and 9C. RGB value is (172,166,156). Sum of RGB (Red+Green+Blue) = 172+166+156=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA69C is #535963. Grayscale: #A6A6A6. Windows color (decimal): -5462372 or 10266284. OLE color: 10266284.

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

Color convert

RGB172166156-
CMYK00.030.090.33
HSL37.5º8.79%64.31%-
HSV(B)37.5º9.3%67.45%-
XYZ36.6538.4436.94-
YUV166.65121.99131.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=34.82%
G=33.60%
B=31.58%

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
Decimal17216615600.030.090.3337.58.7964.31
HexACA69C0392126940
Octal2542462340311414611100
Binary101011001010011010011100011100110000110011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA69C; }

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

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

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

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

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

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

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

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