#A4A661

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

Shades of Green Smoke #A4A661

Tints of Green Smoke #A4A661

Color information

#A4A661 (or 0xA4A661) is unknown color: approx Green Smoke. HEX triplet: A4, A6 and 61. RGB value is (164,166,97). Sum of RGB (Red+Green+Blue) = 164+166+97=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A661 is #5B599E. Grayscale: #9D9D9D. Windows color (decimal): -5986719 or 6399652. OLE color: 6399652.

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

Color convert

RGB16416697-
CMYK0.0100.420.35
HSL61.74º27.94%51.57%-
HSV(B)61.74º41.57%65.1%-
XYZ31.136.0316.62-
YUV157.5493.84132.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=38.41%
G=38.88%
B=22.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166970.0100.420.3561.7427.9451.57
HexA4A661102A233e1c34
Octal244246141105243763464
Binary101001001010011011000011010101010001111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A661; }

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

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

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

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

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

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

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

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