#ACA395

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

Shades of Cloudy #ACA395

Tints of Cloudy #ACA395

Color information

#ACA395 (or 0xACA395) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 95. RGB value is (172,163,149). Sum of RGB (Red+Green+Blue) = 172+163+149=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA395 is #535C6A. Grayscale: #A4A4A4. Windows color (decimal): -5463147 or 9806764. OLE color: 9806764.

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

Color convert

RGB172163149-
CMYK00.050.130.33
HSL36.52º12.17%62.94%-
HSV(B)36.52º13.37%67.45%-
XYZ35.5437.1333.73-
YUV164.09119.48133.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=35.54%
G=33.68%
B=30.79%

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
Decimal17216314900.050.130.3336.5212.1762.94
HexACA39505D2125c3f
Octal254243225051541451477
Binary101011001010001110010101010111011000011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA395; }

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

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

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

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

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

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

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

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