#A49F99

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

Shades of Cloudy #A49F99

Tints of Cloudy #A49F99

Color information

#A49F99 (or 0xA49F99) is unknown color: approx Cloudy. HEX triplet: A4, 9F and 99. RGB value is (164,159,153). Sum of RGB (Red+Green+Blue) = 164+159+153=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F99 is #5B6066. Grayscale: #9F9F9F. Windows color (decimal): -5988455 or 10067876. OLE color: 10067876.

HSL color Cylindrical-coordinate representation of color #A49F99: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A49F99 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164159153-
CMYK00.030.070.36
HSL32.73º5.7%62.16%-
HSV(B)32.73º6.71%64.31%-
XYZ33.4634.9935.13-
YUV159.81124.16130.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=34.45%
G=33.40%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415915300.030.070.3632.735.762.16
HexA49F99037242163e
Octal2442372310374441676
Binary101001001001111110011001011111100100100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F99; }

 p { color: rgb(164,159,153); }

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

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

 a { background-color: rgb(164,159,153); }

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

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

 span { border-color: rgb(164,159,153); }

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