#A5A55F

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

Shades of Green Smoke #A5A55F

Tints of Green Smoke #A5A55F

Color information

#A5A55F (or 0xA5A55F) is unknown color: approx Green Smoke. HEX triplet: A5, A5 and 5F. RGB value is (165,165,95). Sum of RGB (Red+Green+Blue) = 165+165+95=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A55F is #5A5AA0. Grayscale: #9D9D9D. Windows color (decimal): -5921441 or 6268325. OLE color: 6268325.

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

Color convert

RGB16516595-
CMYK000.420.35
HSL60º28%50.98%-
HSV(B)60º42.42%64.71%-
XYZ31.0435.7416.09-
YUV157.0293133.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=38.82%
G=38.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516595000.420.35602850.98
HexA5A55F002A233c1c33
Octal245245137005243743463
Binary101001011010010110111110010101010001111110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A55F; }

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

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

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

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

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

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

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

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