#A5A369

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

Shades of Green Smoke #A5A369

Tints of Green Smoke #A5A369

Color information

#A5A369 (or 0xA5A369) is unknown color: approx Green Smoke. HEX triplet: A5, A3 and 69. RGB value is (165,163,105). Sum of RGB (Red+Green+Blue) = 165+163+105=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A369 is #5A5C96. Grayscale: #9D9D9D. Windows color (decimal): -5921943 or 6923173. OLE color: 6923173.

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

Color convert

RGB165163105-
CMYK00.010.360.35
HSL58º25%52.94%-
HSV(B)58º36.36%64.71%-
XYZ31.1635.2118.52-
YUV156.9998.66133.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=38.11%
G=37.64%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516310500.010.360.35582552.94
HexA5A3690124233a1935
Octal245243151014443723165
Binary101001011010001111010010110010010001111101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A369; }

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

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

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

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

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

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

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

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