#A49F9A

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

Shades of Cloudy #A49F9A

Tints of Cloudy #A49F9A

Color information

#A49F9A (or 0xA49F9A) is unknown color: approx Cloudy. HEX triplet: A4, 9F and 9A. RGB value is (164,159,154). Sum of RGB (Red+Green+Blue) = 164+159+154=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F9A is #5B6065. Grayscale: #9F9F9F. Windows color (decimal): -5988454 or 10133412. OLE color: 10133412.

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

Color convert

RGB164159154-
CMYK00.030.060.36
HSL30º5.21%62.35%-
HSV(B)30º6.1%64.31%-
XYZ33.5435.0235.56-
YUV159.93124.66130.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=34.38%
G=33.33%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415915400.030.060.36305.2162.35
HexA49F9A036241e53e
Octal2442372320364436576
Binary10100100100111111001101001111010010011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F9A; }

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

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

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

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

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

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

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

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