#A8AC68

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

Shades of Green Smoke #A8AC68

Tints of Green Smoke #A8AC68

Color information

#A8AC68 (or 0xA8AC68) is unknown color: approx Green Smoke. HEX triplet: A8, AC and 68. RGB value is (168,172,104). Sum of RGB (Red+Green+Blue) = 168+172+104=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC68 is #575397. Grayscale: #A3A3A3. Windows color (decimal): -5723032 or 6859944. OLE color: 6859944.

HSL color Cylindrical-coordinate representation of color #A8AC68: hue angle of 63.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8AC68 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB168172104-
CMYK0.0200.400.33
HSL63.53º29.06%54.12%-
HSV(B)63.53º39.53%67.45%-
XYZ33.438.8318.83-
YUV163.0594.67131.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=37.84%
G=38.74%
B=23.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721040.0200.400.3363.5329.0654.12
HexA8AC68202821401d36
Octal2502541502050411003566
Binary10101000101011001101000100101000100001100000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC68; }

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

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

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

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

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

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

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

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