#A5AD66

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

Shades of Green Smoke #A5AD66

Tints of Green Smoke #A5AD66

Color information

#A5AD66 (or 0xA5AD66) is unknown color: approx Green Smoke. HEX triplet: A5, AD and 66. RGB value is (165,173,102). Sum of RGB (Red+Green+Blue) = 165+173+102=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD66 is #5A5299. Grayscale: #A2A2A2. Windows color (decimal): -5919386 or 6729125. OLE color: 6729125.

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

Color convert

RGB165173102-
CMYK0.0500.410.32
HSL66.76º30.21%53.92%-
HSV(B)66.76º41.04%67.84%-
XYZ32.8638.8518.34-
YUV162.5193.85129.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=37.5%
G=39.32%
B=23.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731020.0500.410.3266.7630.2153.92
HexA5AD66502920431e36
Octal2452551465051401033666
Binary101001011010110111001101010101001100000100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD66; }

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

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

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

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

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

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

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

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