#A4A453

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

Shades of Green Smoke #A4A453

Tints of Green Smoke #A4A453

Color information

#A4A453 (or 0xA4A453) is unknown color: approx Green Smoke. HEX triplet: A4, A4 and 53. RGB value is (164,164,83). Sum of RGB (Red+Green+Blue) = 164+164+83=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A453 is #5B5BAC. Grayscale: #9B9B9B. Windows color (decimal): -5987245 or 5481636. OLE color: 5481636.

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

Color convert

RGB16416483-
CMYK000.490.36
HSL60º32.79%48.43%-
HSV(B)60º49.39%64.31%-
XYZ30.1535.0713.36-
YUV154.7787.5134.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=39.90%
G=39.90%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416483000.490.366032.7948.43
HexA4A4530031243c2130
Octal244244123006144744160
Binary1010010010100100101001100110001100100111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A453; }

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

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

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

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

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

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

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

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