#ACA39A

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

Shades of Cloudy #ACA39A

Tints of Cloudy #ACA39A

Color information

#ACA39A (or 0xACA39A) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 9A. RGB value is (172,163,154). Sum of RGB (Red+Green+Blue) = 172+163+154=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA39A is #535C65. Grayscale: #A4A4A4. Windows color (decimal): -5463142 or 10134444. OLE color: 10134444.

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

Color convert

RGB172163154-
CMYK00.050.100.33
HSL30º9.78%63.92%-
HSV(B)30º10.47%67.45%-
XYZ35.9437.335.88-
YUV164.66121.98133.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=35.17%
G=33.33%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216315400.050.100.33309.7863.92
HexACA39A05A211ea40
Octal2542432320512413612100
Binary101011001010001110011010010110101000011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA39A; }

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

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

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

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

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

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

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

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