#A8A596

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

Shades of Foggy Grey #A8A596

Tints of Foggy Grey #A8A596

Color information

#A8A596 (or 0xA8A596) is unknown color: approx Foggy Grey. HEX triplet: A8, A5 and 96. RGB value is (168,165,150). Sum of RGB (Red+Green+Blue) = 168+165+150=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A596 is #575A69. Grayscale: #A4A4A4. Windows color (decimal): -5724778 or 9872808. OLE color: 9872808.

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

Color convert

RGB168165150-
CMYK00.020.110.34
HSL50º9.38%62.35%-
HSV(B)50º10.71%65.88%-
XYZ35.1137.4434.23-
YUV164.19119.99130.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=34.78%
G=34.16%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816515000.020.110.34509.3862.35
HexA8A59602B223293e
Octal250245226021342621176
Binary10101000101001011001011001010111000101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A596; }

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

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

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

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

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

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

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

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