#ACA495

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

Shades of Cloudy #ACA495

Tints of Cloudy #ACA495

Color information

#ACA495 (or 0xACA495) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 95. RGB value is (172,164,149). Sum of RGB (Red+Green+Blue) = 172+164+149=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA495 is #535B6A. Grayscale: #A4A4A4. Windows color (decimal): -5462891 or 9807020. OLE color: 9807020.

HSL color Cylindrical-coordinate representation of color #ACA495: hue angle of 39.13º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA495 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172164149-
CMYK00.050.130.33
HSL39.13º12.17%62.94%-
HSV(B)39.13º13.37%67.45%-
XYZ35.7137.4933.79-
YUV164.68119.15133.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=35.46%
G=33.81%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216414900.050.130.3339.1312.1762.94
HexACA49505D2127c3f
Octal254244225051541471477
Binary101011001010010010010101010111011000011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA495; }

 p { color: rgb(172,164,149); }

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

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

 a { background-color: rgb(172,164,149); }

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

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

 span { border-color: rgb(172,164,149); }

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