#A8A868

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

Shades of Green Smoke #A8A868

Tints of Green Smoke #A8A868

Color information

#A8A868 (or 0xA8A868) is unknown color: approx Green Smoke. HEX triplet: A8, A8 and 68. RGB value is (168,168,104). Sum of RGB (Red+Green+Blue) = 168+168+104=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A868 is #575797. Grayscale: #A0A0A0. Windows color (decimal): -5724056 or 6858920. OLE color: 6858920.

HSL color Cylindrical-coordinate representation of color #A8A868: hue angle of 60º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A868 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168168104-
CMYK000.380.34
HSL60º26.89%53.33%-
HSV(B)60º38.1%65.88%-
XYZ32.6537.3318.58-
YUV160.796133.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=38.18%
G=38.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168168104000.380.346026.8953.33
HexA8A8680026223c1b35
Octal250250150004642743365
Binary101010001010100011010000010011010001011110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A868; }

 p { color: rgb(168,168,104); }

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

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

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

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

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

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

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