#A4A758

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

Shades of Green Smoke #A4A758

Tints of Green Smoke #A4A758

Color information

#A4A758 (or 0xA4A758) is unknown color: approx Green Smoke. HEX triplet: A4, A7 and 58. RGB value is (164,167,88). Sum of RGB (Red+Green+Blue) = 164+167+88=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A758 is #5B58A7. Grayscale: #9D9D9D. Windows color (decimal): -5986472 or 5810084. OLE color: 5810084.

HSL color Cylindrical-coordinate representation of color #A4A758: hue angle of 62.28º degrees, saturation: 0.31, 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 #A4A758 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16416788-
CMYK0.0200.470.35
HSL62.28º30.98%50%-
HSV(B)62.28º47.31%65.49%-
XYZ30.8936.2314.6-
YUV157.189.01132.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=39.14%
G=39.86%
B=21.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167880.0200.470.3562.2830.9850
HexA4A758202F233e1f32
Octal244247130205743763762
Binary1010010010100111101100010010111110001111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A758; }

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

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

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

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

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

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

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

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