#A8A599

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

Shades of Foggy Grey #A8A599

Tints of Foggy Grey #A8A599

Color information

#A8A599 (or 0xA8A599) is unknown color: approx Foggy Grey. HEX triplet: A8, A5 and 99. RGB value is (168,165,153). Sum of RGB (Red+Green+Blue) = 168+165+153=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A599 is #575A66. Grayscale: #A4A4A4. Windows color (decimal): -5724775 or 10069416. OLE color: 10069416.

HSL color Cylindrical-coordinate representation of color #A8A599: hue angle of 48º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A599 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168165153-
CMYK00.020.090.34
HSL48º7.94%62.94%-
HSV(B)48º8.93%65.88%-
XYZ35.3537.5435.52-
YUV164.53121.49130.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=34.57%
G=33.95%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816515300.020.090.34487.9462.94
HexA8A599029223083f
Octal250245231021142601077
Binary10101000101001011001100101010011000101100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A599; }

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

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

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

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

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

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

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

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