#ACA699

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

Shades of Cloudy #ACA699

Tints of Cloudy #ACA699

Color information

#ACA699 (or 0xACA699) is unknown color: approx Cloudy. HEX triplet: AC, A6 and 99. RGB value is (172,166,153). Sum of RGB (Red+Green+Blue) = 172+166+153=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA699 is #535966. Grayscale: #A6A6A6. Windows color (decimal): -5462375 or 10069676. OLE color: 10069676.

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

Color convert

RGB172166153-
CMYK00.030.110.33
HSL41.05º10.27%63.73%-
HSV(B)41.05º11.05%67.45%-
XYZ36.438.3435.62-
YUV166.31120.49132.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=35.03%
G=33.81%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216615300.030.110.3341.0510.2763.73
HexACA69903B2129a40
Octal2542462310313415112100
Binary101011001010011010011001011101110000110100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA699; }

 p { color: rgb(172,166,153); }

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

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

 a { background-color: rgb(172,166,153); }

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

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

 span { border-color: rgb(172,166,153); }

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