#A4A49A

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

Shades of Foggy Grey #A4A49A

Tints of Foggy Grey #A4A49A

Color information

#A4A49A (or 0xA4A49A) is unknown color: approx Foggy Grey. HEX triplet: A4, A4 and 9A. RGB value is (164,164,154). Sum of RGB (Red+Green+Blue) = 164+164+154=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A49A is #5B5B65. Grayscale: #A2A2A2. Windows color (decimal): -5987174 or 10134692. OLE color: 10134692.

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

Color convert

RGB164164154-
CMYK000.060.36
HSL60º5.21%62.35%-
HSV(B)60º6.1%64.31%-
XYZ34.4236.7835.86-
YUV162.86123128.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=34.02%
G=34.02%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164154000.060.36605.2162.35
HexA4A49A006243c53e
Octal2442442320064474576
Binary10100100101001001001101000110100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A49A; }

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

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

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

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

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

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

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

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