#A5AF5E

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

Shades of Green Smoke #A5AF5E

Tints of Green Smoke #A5AF5E

Color information

#A5AF5E (or 0xA5AF5E) is unknown color: approx Green Smoke. HEX triplet: A5, AF and 5E. RGB value is (165,175,94). Sum of RGB (Red+Green+Blue) = 165+175+94=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF5E is #5A50A1. Grayscale: #A3A3A3. Windows color (decimal): -5918882 or 6205349. OLE color: 6205349.

HSL color Cylindrical-coordinate representation of color #A5AF5E: hue angle of 67.41º degrees, saturation: 0.34, 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 #A5AF5E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16517594-
CMYK0.0600.460.31
HSL67.41º33.61%52.75%-
HSV(B)67.41º46.29%68.63%-
XYZ32.8739.4716.48-
YUV162.7889.19129.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=38.02%
G=40.32%
B=21.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165175940.0600.460.3167.4133.6152.75
HexA5AF5E602E1F432235
Octal2452571366056371034265
Binary101001011010111110111101100101110111111000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF5E; }

 p { color: rgb(165,175,94); }

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

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

 a { background-color: rgb(165,175,94); }

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

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

 span { border-color: rgb(165,175,94); }

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