#A4A761

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

Shades of Green Smoke #A4A761

Tints of Green Smoke #A4A761

Color information

#A4A761 (or 0xA4A761) is unknown color: approx Green Smoke. HEX triplet: A4, A7 and 61. RGB value is (164,167,97). Sum of RGB (Red+Green+Blue) = 164+167+97=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A761 is #5B589E. Grayscale: #9E9E9E. Windows color (decimal): -5986463 or 6399908. OLE color: 6399908.

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

Color convert

RGB16416797-
CMYK0.0200.420.35
HSL62.57º28.46%51.76%-
HSV(B)62.57º41.92%65.49%-
XYZ31.2936.3916.68-
YUV158.1293.51132.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=38.32%
G=39.02%
B=22.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167970.0200.420.3562.5728.4651.76
HexA4A761202A233f1c34
Octal244247141205243773464
Binary1010010010100111110000110010101010001111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A761; }

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

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

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

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

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

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

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

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