#A7AF6F

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

Shades of Green Smoke #A7AF6F

Tints of Green Smoke #A7AF6F

Color information

#A7AF6F (or 0xA7AF6F) is unknown color: approx Green Smoke. HEX triplet: A7, AF and 6F. RGB value is (167,175,111). Sum of RGB (Red+Green+Blue) = 167+175+111=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF6F is #585090. Grayscale: #A5A5A5. Windows color (decimal): -5787793 or 7319463. OLE color: 7319463.

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

Color convert

RGB167175111-
CMYK0.0500.370.31
HSL67.5º28.57%56.08%-
HSV(B)67.5º36.57%68.63%-
XYZ34.1440.0220.97-
YUV165.3197.35129.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=36.87%
G=38.63%
B=24.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751110.0500.370.3167.528.5756.08
HexA7AF6F50251F441d38
Octal2472571575045371043570
Binary10100111101011111101111101010010111111100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF6F; }

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

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

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

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

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

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

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

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