#ACA299

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

Shades of Cloudy #ACA299

Tints of Cloudy #ACA299

Color information

#ACA299 (or 0xACA299) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 99. RGB value is (172,162,153). Sum of RGB (Red+Green+Blue) = 172+162+153=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA299 is #535D66. Grayscale: #A4A4A4. Windows color (decimal): -5463399 or 10068652. OLE color: 10068652.

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

Color convert

RGB172162153-
CMYK00.060.110.33
HSL28.42º10.27%63.73%-
HSV(B)28.42º11.05%67.45%-
XYZ35.6836.9135.38-
YUV163.96121.81133.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=35.32%
G=33.26%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216215300.060.110.3328.4210.2763.73
HexACA29906B211ca40
Octal2542422310613413412100
Binary101011001010001010011001011010111000011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA299; }

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

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

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

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

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

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

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

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