#ACA199

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

Shades of Cloudy #ACA199

Tints of Cloudy #ACA199

Color information

#ACA199 (or 0xACA199) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 99. RGB value is (172,161,153). Sum of RGB (Red+Green+Blue) = 172+161+153=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA199 is #535E66. Grayscale: #A3A3A3. Windows color (decimal): -5463655 or 10068396. OLE color: 10068396.

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

Color convert

RGB172161153-
CMYK00.060.110.33
HSL25.26º10.27%63.73%-
HSV(B)25.26º11.05%67.45%-
XYZ35.5136.5635.32-
YUV163.38122.14134.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=35.39%
G=33.13%
B=31.48%

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
Decimal17216115300.060.110.3325.2610.2763.73
HexACA19906B2119a40
Octal2542412310613413112100
Binary101011001010000110011001011010111000011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA199; }

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

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

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

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

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

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

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

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