#A8AB6F

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

Shades of Green Smoke #A8AB6F

Tints of Green Smoke #A8AB6F

Color information

#A8AB6F (or 0xA8AB6F) is unknown color: approx Green Smoke. HEX triplet: A8, AB and 6F. RGB value is (168,171,111). Sum of RGB (Red+Green+Blue) = 168+171+111=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB6F is #575490. Grayscale: #A3A3A3. Windows color (decimal): -5723281 or 7318440. OLE color: 7318440.

HSL color Cylindrical-coordinate representation of color #A8AB6F: hue angle of 63º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AB6F is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB168171111-
CMYK0.0200.350.33
HSL63º26.32%55.29%-
HSV(B)63º35.09%67.06%-
XYZ33.5838.620.72-
YUV163.2698.51131.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=37.33%
G=38%
B=24.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711110.0200.350.336326.3255.29
HexA8AB6F2023213f1a37
Octal250253157204341773267
Binary1010100010101011110111110010001110000111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB6F; }

 p { color: rgb(168,171,111); }

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

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

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

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

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

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

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