#A5A399

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

Shades of Foggy Grey #A5A399

Tints of Foggy Grey #A5A399

Color information

#A5A399 (or 0xA5A399) is unknown color: approx Foggy Grey. HEX triplet: A5, A3 and 99. RGB value is (165,163,153). Sum of RGB (Red+Green+Blue) = 165+163+153=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A399 is #5A5C66. Grayscale: #A2A2A2. Windows color (decimal): -5921895 or 10068901. OLE color: 10068901.

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

Color convert

RGB165163153-
CMYK00.010.070.35
HSL50º6.25%62.35%-
HSV(B)50º7.27%64.71%-
XYZ34.3636.4935.37-
YUV162.46122.66129.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=34.30%
G=33.89%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516315300.010.070.35506.2562.35
HexA5A399017233263e
Octal2452432310174362676
Binary10100101101000111001100101111100011110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A399; }

 p { color: rgb(165,163,153); }

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

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

 a { background-color: rgb(165,163,153); }

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

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

 span { border-color: rgb(165,163,153); }

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