#ACA89D

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

Shades of Cloudy #ACA89D

Tints of Cloudy #ACA89D

Color information

#ACA89D (or 0xACA89D) is unknown color: approx Cloudy. HEX triplet: AC, A8 and 9D. RGB value is (172,168,157). Sum of RGB (Red+Green+Blue) = 172+168+157=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA89D is #535762. Grayscale: #A7A7A7. Windows color (decimal): -5461859 or 10332332. OLE color: 10332332.

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

Color convert

RGB172168157-
CMYK00.020.090.33
HSL44º8.29%64.51%-
HSV(B)44º8.72%67.45%-
XYZ37.139.2137.51-
YUV167.94121.83130.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=34.61%
G=33.80%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216815700.020.090.33448.2964.51
HexACA89D029212c841
Octal2542502350211415410101
Binary101011001010100010011101010100110000110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA89D; }

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

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

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

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

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

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

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

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