#A7AF6D

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

Shades of Green Smoke #A7AF6D

Tints of Green Smoke #A7AF6D

Color information

#A7AF6D (or 0xA7AF6D) is unknown color: approx Green Smoke. HEX triplet: A7, AF and 6D. RGB value is (167,175,109). Sum of RGB (Red+Green+Blue) = 167+175+109=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF6D is #585092. Grayscale: #A5A5A5. Windows color (decimal): -5787795 or 7188391. OLE color: 7188391.

HSL color Cylindrical-coordinate representation of color #A7AF6D: hue angle of 67.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7AF6D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB167175109-
CMYK0.0500.380.31
HSL67.27º29.2%55.69%-
HSV(B)67.27º37.71%68.63%-
XYZ34.0339.9820.39-
YUV165.0896.35129.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=37.03%
G=38.80%
B=24.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751090.0500.380.3167.2729.255.69
HexA7AF6D50261F431d38
Octal2472571555046371033570
Binary10100111101011111101101101010011011111100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF6D; }

 p { color: rgb(167,175,109); }

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

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

 a { background-color: rgb(167,175,109); }

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

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

 span { border-color: rgb(167,175,109); }

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