#A5A367

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

Shades of Green Smoke #A5A367

Tints of Green Smoke #A5A367

Color information

#A5A367 (or 0xA5A367) is unknown color: approx Green Smoke. HEX triplet: A5, A3 and 67. RGB value is (165,163,103). Sum of RGB (Red+Green+Blue) = 165+163+103=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A367 is #5A5C98. Grayscale: #9D9D9D. Windows color (decimal): -5921945 or 6792101. OLE color: 6792101.

HSL color Cylindrical-coordinate representation of color #A5A367: hue angle of 58.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5A367 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165163103-
CMYK00.010.380.35
HSL58.06º25.62%52.55%-
HSV(B)58.06º37.58%64.71%-
XYZ31.0635.1717.98-
YUV156.7697.66133.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=38.28%
G=37.82%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516310300.010.380.3558.0625.6252.55
HexA5A3670126233a1a35
Octal245243147014643723265
Binary101001011010001111001110110011010001111101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A367; }

 p { color: rgb(165,163,103); }

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

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

 a { background-color: rgb(165,163,103); }

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

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

 span { border-color: rgb(165,163,103); }

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