#ACA89E

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

Shades of Cloudy #ACA89E

Tints of Cloudy #ACA89E

Color information

#ACA89E (or 0xACA89E) is unknown color: approx Cloudy. HEX triplet: AC, A8 and 9E. RGB value is (172,168,158). Sum of RGB (Red+Green+Blue) = 172+168+158=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA89E is #535761. Grayscale: #A8A8A8. Windows color (decimal): -5461858 or 10397868. OLE color: 10397868.

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

Color convert

RGB172168158-
CMYK00.020.080.33
HSL42.86º7.78%64.71%-
HSV(B)42.86º8.14%67.45%-
XYZ37.1939.2437.96-
YUV168.06122.33130.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=34.54%
G=33.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216815800.020.080.3342.867.7864.71
HexACA89E028212b841
Octal2542502360210415310101
Binary101011001010100010011110010100010000110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA89E; }

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

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

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

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

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

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

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

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