#A7AD68

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

Shades of Green Smoke #A7AD68

Tints of Green Smoke #A7AD68

Color information

#A7AD68 (or 0xA7AD68) is unknown color: approx Green Smoke. HEX triplet: A7, AD and 68. RGB value is (167,173,104). Sum of RGB (Red+Green+Blue) = 167+173+104=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD68 is #585297. Grayscale: #A3A3A3. Windows color (decimal): -5788312 or 6860199. OLE color: 6860199.

HSL color Cylindrical-coordinate representation of color #A7AD68: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7AD68 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB167173104-
CMYK0.0300.400.32
HSL65.22º29.61%54.31%-
HSV(B)65.22º39.88%67.84%-
XYZ33.3839.118.88-
YUV163.3494.51130.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=37.61%
G=38.96%
B=23.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731040.0300.400.3265.2229.6154.31
HexA7AD68302820411e36
Octal2472551503050401013666
Binary10100111101011011101000110101000100000100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD68; }

 p { color: rgb(167,173,104); }

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

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

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

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

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

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

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