#A4A750

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

Shades of Green Smoke #A4A750

Tints of Green Smoke #A4A750

Color information

#A4A750 (or 0xA4A750) is unknown color: approx Green Smoke. HEX triplet: A4, A7 and 50. RGB value is (164,167,80). Sum of RGB (Red+Green+Blue) = 164+167+80=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A750 is #5B58AF. Grayscale: #9C9C9C. Windows color (decimal): -5986480 or 5285796. OLE color: 5285796.

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

Color convert

RGB16416780-
CMYK0.0200.520.35
HSL62.07º35.22%48.43%-
HSV(B)62.07º52.1%65.49%-
XYZ30.5836.1112.95-
YUV156.1885.01133.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=39.90%
G=40.63%
B=19.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167800.0200.520.3562.0735.2248.43
HexA4A7502034233e2330
Octal244247120206443764360
Binary10100100101001111010000100110100100011111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A750; }

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

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

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

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

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

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

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

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