#A5A458

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

Shades of Green Smoke #A5A458

Tints of Green Smoke #A5A458

Color information

#A5A458 (or 0xA5A458) is unknown color: approx Green Smoke. HEX triplet: A5, A4 and 58. RGB value is (165,164,88). Sum of RGB (Red+Green+Blue) = 165+164+88=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A458 is #5A5BA7. Grayscale: #9B9B9B. Windows color (decimal): -5921704 or 5809317. OLE color: 5809317.

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

Color convert

RGB16516488-
CMYK00.010.470.35
HSL59.22º30.43%49.61%-
HSV(B)59.22º46.67%64.71%-
XYZ30.5535.2514.43-
YUV155.6489.83134.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=39.57%
G=39.33%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651648800.010.470.3559.2230.4349.61
HexA5A458012F233b1e32
Octal245244130015743733662
Binary101001011010010010110000110111110001111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A458; }

 p { color: rgb(165,164,88); }

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

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

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

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

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

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

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