#A5A261

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

Shades of Green Smoke #A5A261

Tints of Green Smoke #A5A261

Color information

#A5A261 (or 0xA5A261) is unknown color: approx Green Smoke. HEX triplet: A5, A2 and 61. RGB value is (165,162,97). Sum of RGB (Red+Green+Blue) = 165+162+97=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A261 is #5A5D9E. Grayscale: #9B9B9B. Windows color (decimal): -5922207 or 6398629. OLE color: 6398629.

HSL color Cylindrical-coordinate representation of color #A5A261: hue angle of 57.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5A261 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16516297-
CMYK00.020.410.35
HSL57.35º27.42%51.37%-
HSV(B)57.35º41.21%64.71%-
XYZ30.634.716.4-
YUV155.4994.99134.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=38.92%
G=38.21%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651629700.020.410.3557.3527.4251.37
HexA5A261022923391b33
Octal245242141025143713363
Binary1010010110100010110000101010100110001111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A261; }

 p { color: rgb(165,162,97); }

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

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

 a { background-color: rgb(165,162,97); }

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

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

 span { border-color: rgb(165,162,97); }

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