#A8AD6C

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

Shades of Green Smoke #A8AD6C

Tints of Green Smoke #A8AD6C

Color information

#A8AD6C (or 0xA8AD6C) is unknown color: approx Green Smoke. HEX triplet: A8, AD and 6C. RGB value is (168,173,108). Sum of RGB (Red+Green+Blue) = 168+173+108=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD6C is #575293. Grayscale: #A4A4A4. Windows color (decimal): -5722772 or 7122344. OLE color: 7122344.

HSL color Cylindrical-coordinate representation of color #A8AD6C: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AD6C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB168173108-
CMYK0.0300.380.32
HSL64.62º28.38%55.1%-
HSV(B)64.62º37.57%67.84%-
XYZ33.839.2919.99-
YUV164.196.34130.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=37.42%
G=38.53%
B=24.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731080.0300.380.3264.6228.3855.1
HexA8AD6C302620411c37
Octal2502551543046401013467
Binary10101000101011011101100110100110100000100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD6C; }

 p { color: rgb(168,173,108); }

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

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

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

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

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

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

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