#A5AD6F

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

Shades of Green Smoke #A5AD6F

Tints of Green Smoke #A5AD6F

Color information

#A5AD6F (or 0xA5AD6F) is unknown color: approx Green Smoke. HEX triplet: A5, AD and 6F. RGB value is (165,173,111). Sum of RGB (Red+Green+Blue) = 165+173+111=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD6F is #5A5290. Grayscale: #A3A3A3. Windows color (decimal): -5919377 or 7318949. OLE color: 7318949.

HSL color Cylindrical-coordinate representation of color #A5AD6F: hue angle of 67.74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5AD6F is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB165173111-
CMYK0.0500.360.32
HSL67.74º27.43%55.69%-
HSV(B)67.74º35.84%67.84%-
XYZ33.3339.0320.82-
YUV163.5498.35129.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=36.75%
G=38.53%
B=24.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731110.0500.360.3267.7427.4355.69
HexA5AD6F502420441b38
Octal2452551575044401043370
Binary101001011010110111011111010100100100000100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD6F; }

 p { color: rgb(165,173,111); }

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

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

 a { background-color: rgb(165,173,111); }

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

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

 span { border-color: rgb(165,173,111); }

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