#A4A665

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

Shades of Green Smoke #A4A665

Tints of Green Smoke #A4A665

Color information

#A4A665 (or 0xA4A665) is unknown color: approx Green Smoke. HEX triplet: A4, A6 and 65. RGB value is (164,166,101). Sum of RGB (Red+Green+Blue) = 164+166+101=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A665 is #5B599A. Grayscale: #9E9E9E. Windows color (decimal): -5986715 or 6661796. OLE color: 6661796.

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

Color convert

RGB164166101-
CMYK0.0100.390.35
HSL61.85º26.75%52.35%-
HSV(B)61.85º39.16%65.1%-
XYZ31.336.117.63-
YUV157.9995.84132.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=38.05%
G=38.52%
B=23.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641661010.0100.390.3561.8526.7552.35
HexA4A6651027233e1b34
Octal244246145104743763364
Binary101001001010011011001011010011110001111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A665; }

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

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

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

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

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

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

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

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