#A8AC67

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

Shades of Green Smoke #A8AC67

Tints of Green Smoke #A8AC67

Color information

#A8AC67 (or 0xA8AC67) is unknown color: approx Green Smoke. HEX triplet: A8, AC and 67. RGB value is (168,172,103). Sum of RGB (Red+Green+Blue) = 168+172+103=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC67 is #575398. Grayscale: #A3A3A3. Windows color (decimal): -5723033 or 6794408. OLE color: 6794408.

HSL color Cylindrical-coordinate representation of color #A8AC67: hue angle of 63.48º 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 #A8AC67 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB168172103-
CMYK0.0200.400.33
HSL63.48º29.36%53.92%-
HSV(B)63.48º40.12%67.45%-
XYZ33.3538.8118.57-
YUV162.9494.17131.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=37.92%
G=38.83%
B=23.25%

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
Decimal1681721030.0200.400.3363.4829.3653.92
HexA8AC672028213f1d36
Octal250254147205041773566
Binary1010100010101100110011110010100010000111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC67; }

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

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

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

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

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

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

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

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