#A8AF5F

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

Shades of Green Smoke #A8AF5F

Tints of Green Smoke #A8AF5F

Color information

#A8AF5F (or 0xA8AF5F) is unknown color: approx Green Smoke. HEX triplet: A8, AF and 5F. RGB value is (168,175,95). Sum of RGB (Red+Green+Blue) = 168+175+95=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5F is #5750A0. Grayscale: #A4A4A4. Windows color (decimal): -5722273 or 6270888. OLE color: 6270888.

HSL color Cylindrical-coordinate representation of color #A8AF5F: hue angle of 65.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8AF5F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16817595-
CMYK0.0400.460.31
HSL65.25º33.33%52.94%-
HSV(B)65.25º45.71%68.63%-
XYZ33.5439.8116.74-
YUV163.7989.18131-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=38.36%
G=39.95%
B=21.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175950.0400.460.3165.2533.3352.94
HexA8AF5F402E1F412135
Octal2502571374056371014165
Binary101010001010111110111111000101110111111000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF5F; }

 p { color: rgb(168,175,95); }

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

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

 a { background-color: rgb(168,175,95); }

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

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

 span { border-color: rgb(168,175,95); }

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