#ACA59A

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

Shades of Cloudy #ACA59A

Tints of Cloudy #ACA59A

Color information

#ACA59A (or 0xACA59A) is unknown color: approx Cloudy. HEX triplet: AC, A5 and 9A. RGB value is (172,165,154). Sum of RGB (Red+Green+Blue) = 172+165+154=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA59A is #535A65. Grayscale: #A5A5A5. Windows color (decimal): -5462630 or 10134956. OLE color: 10134956.

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

Color convert

RGB172165154-
CMYK00.040.100.33
HSL36.67º9.78%63.92%-
HSV(B)36.67º10.47%67.45%-
XYZ36.338.0136-
YUV165.84121.32132.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=35.03%
G=33.60%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216515400.040.100.3336.679.7863.92
HexACA59A04A2125a40
Octal2542452320412414512100
Binary1010110010100101100110100100101010000110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA59A; }

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

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

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

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

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

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

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

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