#A5A561

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

Shades of Green Smoke #A5A561

Tints of Green Smoke #A5A561

Color information

#A5A561 (or 0xA5A561) is unknown color: approx Green Smoke. HEX triplet: A5, A5 and 61. RGB value is (165,165,97). Sum of RGB (Red+Green+Blue) = 165+165+97=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A561 is #5A5A9E. Grayscale: #9D9D9D. Windows color (decimal): -5921439 or 6399397. OLE color: 6399397.

HSL color Cylindrical-coordinate representation of color #A5A561: hue angle of 60º 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 #A5A561 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16516597-
CMYK000.410.35
HSL60º27.42%51.37%-
HSV(B)60º41.21%64.71%-
XYZ31.1335.7716.57-
YUV157.2594133.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=38.64%
G=38.64%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516597000.410.356027.4251.37
HexA5A5610029233c1b33
Octal245245141005143743363
Binary101001011010010111000010010100110001111110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A561; }

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

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

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

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

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

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

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

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