#A4A658

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

Shades of Green Smoke #A4A658

Tints of Green Smoke #A4A658

Color information

#A4A658 (or 0xA4A658) is unknown color: approx Green Smoke. HEX triplet: A4, A6 and 58. RGB value is (164,166,88). Sum of RGB (Red+Green+Blue) = 164+166+88=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A658 is #5B59A7. Grayscale: #9C9C9C. Windows color (decimal): -5986728 or 5809828. OLE color: 5809828.

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

Color convert

RGB16416688-
CMYK0.0100.470.35
HSL61.54º30.71%49.8%-
HSV(B)61.54º46.99%65.1%-
XYZ30.7135.8714.54-
YUV156.5189.34133.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=39.23%
G=39.71%
B=21.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166880.0100.470.3561.5430.7149.8
HexA4A658102F233e1f32
Octal244246130105743763762
Binary101001001010011010110001010111110001111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A658; }

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

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

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

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

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

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

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

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