#A4A451

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

Shades of Green Smoke #A4A451

Tints of Green Smoke #A4A451

Color information

#A4A451 (or 0xA4A451) is unknown color: approx Green Smoke. HEX triplet: A4, A4 and 51. RGB value is (164,164,81). Sum of RGB (Red+Green+Blue) = 164+164+81=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A451 is #5B5BAE. Grayscale: #9A9A9A. Windows color (decimal): -5987247 or 5350564. OLE color: 5350564.

HSL color Cylindrical-coordinate representation of color #A4A451: hue angle of 60º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4A451 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16416481-
CMYK000.510.36
HSL60º33.88%48.04%-
HSV(B)60º50.61%64.31%-
XYZ30.0735.0412.96-
YUV154.5486.5134.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=40.10%
G=40.10%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416481000.510.366033.8848.04
HexA4A4510033243c2230
Octal244244121006344744260
Binary1010010010100100101000100110011100100111100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A451; }

 p { color: rgb(164,164,81); }

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

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

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

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

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

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

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