#ACA295

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

Shades of Cloudy #ACA295

Tints of Cloudy #ACA295

Color information

#ACA295 (or 0xACA295) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 95. RGB value is (172,162,149). Sum of RGB (Red+Green+Blue) = 172+162+149=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA295 is #535D6A. Grayscale: #A3A3A3. Windows color (decimal): -5463403 or 9806508. OLE color: 9806508.

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

Color convert

RGB172162149-
CMYK00.060.130.33
HSL33.91º12.17%62.94%-
HSV(B)33.91º13.37%67.45%-
XYZ35.3636.7833.67-
YUV163.51119.81134.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=35.61%
G=33.54%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214900.060.130.3333.9112.1762.94
HexACA29506D2122c3f
Octal254242225061541421477
Binary101011001010001010010101011011011000011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA295; }

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

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

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

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

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

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

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

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