#A4A553

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

Shades of Green Smoke #A4A553

Tints of Green Smoke #A4A553

Color information

#A4A553 (or 0xA4A553) is unknown color: approx Green Smoke. HEX triplet: A4, A5 and 53. RGB value is (164,165,83). Sum of RGB (Red+Green+Blue) = 164+165+83=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A553 is #5B5AAC. Grayscale: #9B9B9B. Windows color (decimal): -5986989 or 5481892. OLE color: 5481892.

HSL color Cylindrical-coordinate representation of color #A4A553: hue angle of 60.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4A553 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16416583-
CMYK0.0100.500.35
HSL60.73º33.06%48.63%-
HSV(B)60.73º49.7%64.71%-
XYZ30.3335.4313.42-
YUV155.3587.17134.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=39.81%
G=40.05%
B=20.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165830.0100.500.3560.7333.0648.63
HexA4A5531032233d2131
Octal244245123106243754161
Binary1010010010100101101001110110010100011111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A553; }

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

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

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

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

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

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

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

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