#A4A76B

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

Shades of Green Smoke #A4A76B

Tints of Green Smoke #A4A76B

Color information

#A4A76B (or 0xA4A76B) is unknown color: approx Green Smoke. HEX triplet: A4, A7 and 6B. RGB value is (164,167,107). Sum of RGB (Red+Green+Blue) = 164+167+107=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A76B is #5B5894. Grayscale: #9F9F9F. Windows color (decimal): -5986453 or 7055268. OLE color: 7055268.

HSL color Cylindrical-coordinate representation of color #A4A76B: hue angle of 63º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4A76B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB164167107-
CMYK0.0200.360.35
HSL63º25.42%53.73%-
HSV(B)63º35.93%65.49%-
XYZ31.7836.5919.3-
YUV159.2698.51131.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=37.44%
G=38.13%
B=24.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671070.0200.360.356325.4253.73
HexA4A76B2024233f1936
Octal244247153204443773166
Binary1010010010100111110101110010010010001111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A76B; }

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

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

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

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

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

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

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

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